freebsd-ports/sysutils/e2fsprogs/pkg-deinstall
Greg Lewis 17871c7091 . Update to a February 24th snapshot (1.35.w20040131.20040224135102).
. Use official "install-libs" target rather than try to install things
  with a custom post-install target.
. Add a note to pkg-message that we're using a modified copy.

PR:		63327
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
2004-02-26 18:22:18 +00:00

9 lines
251 B
Text

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