aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/e2fsprogs/pkg-deinstall
blob: 0fa3044b98877ec4f2ddb6ca2d0163aaef9fbcfc (plain) (blame)
1
2
3
4
5
6
7
8
9
if [ "$2" = "POST-DEINSTALL" ] ; then cat - <<_EOF

If you are deinstalling the e2fsprogs port for good, rather than upgrading it,
remember to remove the files you may have installed into /sbin, example:

rm -f /sbin/fsck_ext2fs /sbin/e2fsck

_EOF
fi