mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
17 lines
281 B
Text
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 $*
|