PKGBUILDs/community/unace/unace.install

18 lines
281 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
# 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 $*