PKGBUILDs/community/unace/unace.install
2009-10-09 21:15:33 -05:00

17 lines
281 B
Text

# arg 1: the new package version
post_install() {
cat << EOM
==> unace post-install message:
==> to use this software, you have to accept the Public UnAce Licence,
==> ( it's in /usr/share/licenses/unace/license )
==> otherwise, remove this package!
EOM
}
op=$1
shift
$op $*