summaryrefslogtreecommitdiff
path: root/community/iasl/iasl.install
blob: 87d1fb7a19d26a1e1047916052c1029998f732b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# arg 1:  the new package version
post_install() {
cat << EOM

==> iasl post install message:
==> In order to use this software you have to agree to Intel's license located in
==> /usr/share/licenses/iasl/LICENSE otherwise please remove this package.

EOM
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
}