summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/ipw2100-fw/ipw2100-fw.install
blob: 1a0ff6bfd0dc9f024741f06564b9ca95c9a113f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# arg 1:  the new package version
post_install() {
cat << EOF
IMPORTANT
==> In order to use the firmware you have to agree to Intel's license located in 
==> /lib/firmware/LICENSE.ipw2100-fw else please remove this package
EOF
}

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

op=$1
shift
$op $*