17871c7091
. 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)
9 lines
251 B
Text
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
|