summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libraw1394/libraw1394.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-03 01:24:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-03 01:24:12 (GMT)
commit57910496fadec6cddfaf27e2299adc996bc59cad (patch)
tree641385e813a30cf077c3fb19e4474ed4fbb981f9 /abs/core-testing/libraw1394/libraw1394.install
parent97c41b16d5d9ecbf1138380edbe480ae04b8fa58 (diff)
parent4ed86530dc53c404f6854146dc1101d15474c1bc (diff)
downloadlinhes_pkgbuild-57910496fadec6cddfaf27e2299adc996bc59cad.zip
linhes_pkgbuild-57910496fadec6cddfaf27e2299adc996bc59cad.tar.gz
linhes_pkgbuild-57910496fadec6cddfaf27e2299adc996bc59cad.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/libraw1394/libraw1394.install')
-rw-r--r--abs/core-testing/libraw1394/libraw1394.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core-testing/libraw1394/libraw1394.install b/abs/core-testing/libraw1394/libraw1394.install
deleted file mode 100644
index 33fb64c..0000000
--- a/abs/core-testing/libraw1394/libraw1394.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# arg 1: the new package version
-post_install() {
- ln -s /usr/lib/libraw1394.so.11.0.1 /usr/lib/libraw1394.so.8
-}
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- /bin/true
-}
-
-# arg 1: the old package version
-post_remove() {
- rm -fr /usr/lib/libraw1394.so.8
-}
-
-op=$1
-shift
-$op $*