summaryrefslogtreecommitdiffstats
path: root/abs/core/ipw2100-fw/ipw2100-fw.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:45:26 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:45:26 (GMT)
commit7a1b8b2d4c515434232f08a10114a018305da119 (patch)
tree9161d4566af6805c4de9cc4792e6c6b39e19d9a4 /abs/core/ipw2100-fw/ipw2100-fw.install
parent679e855206798435f8b168db6426e283e1f70a12 (diff)
downloadlinhes_pkgbuild-7a1b8b2d4c515434232f08a10114a018305da119.zip
linhes_pkgbuild-7a1b8b2d4c515434232f08a10114a018305da119.tar.gz
linhes_pkgbuild-7a1b8b2d4c515434232f08a10114a018305da119.tar.bz2
ipw2001fw
Diffstat (limited to 'abs/core/ipw2100-fw/ipw2100-fw.install')
-rw-r--r--abs/core/ipw2100-fw/ipw2100-fw.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/ipw2100-fw/ipw2100-fw.install b/abs/core/ipw2100-fw/ipw2100-fw.install
deleted file mode 100644
index 1a0ff6b..0000000
--- a/abs/core/ipw2100-fw/ipw2100-fw.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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 $*