summaryrefslogtreecommitdiff
path: root/community/unace/unace.install
blob: 68408ad4068bab7aed41219873df2538d00b719a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

}