diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-10-02 23:10:16 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-10-02 23:10:16 (GMT) |
commit | 4ed86530dc53c404f6854146dc1101d15474c1bc (patch) | |
tree | 2efb58bbc95f7fdae7073bd5743a8224253f49ba /abs/core-testing/libraw1394/libraw1394.install | |
parent | bb6c3fbd15bb4d39e4c4ef5a1bd4607be1472010 (diff) | |
download | linhes_pkgbuild-4ed86530dc53c404f6854146dc1101d15474c1bc.zip linhes_pkgbuild-4ed86530dc53c404f6854146dc1101d15474c1bc.tar.gz linhes_pkgbuild-4ed86530dc53c404f6854146dc1101d15474c1bc.tar.bz2 |
libraw1394:Upgraded for LinHES 7.
Diffstat (limited to 'abs/core-testing/libraw1394/libraw1394.install')
-rw-r--r-- | abs/core-testing/libraw1394/libraw1394.install | 18 |
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 $* |