Files
MSYS2-packages/filesystem/filesystem.install
2014-10-29 00:56:53 +03:00

9 lines
127 B
Plaintext

post_upgrade() {
if [ -f etc/passwd ]; then
rm -f etc/passwd
fi
if [ -f etc/group ]; then
rm -f etc/group
fi
}