diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-04 12:59:20 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-04 12:59:20 +0000 |
commit | ab1410d33401cf1fc4a384bb0b2d9901c8fe8d14 (patch) | |
tree | 51133f097c3d4ff5f1d830bdbc131118e3cfd0ac /testing/libgcrypt/libgcrypt.install | |
parent | 9780d07c31b22125ad7ecba4e281ff41194f95be (diff) |
Wed May 4 12:59:20 UTC 2011
Diffstat (limited to 'testing/libgcrypt/libgcrypt.install')
-rw-r--r-- | testing/libgcrypt/libgcrypt.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/testing/libgcrypt/libgcrypt.install b/testing/libgcrypt/libgcrypt.install deleted file mode 100644 index 83e0dcb27..000000000 --- a/testing/libgcrypt/libgcrypt.install +++ /dev/null @@ -1,20 +0,0 @@ -infodir=/usr/share/info -filelist=(gcrypt.info.gz) - -post_install() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - install-info $infodir/$file $infodir/dir 2> /dev/null - done -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - [ -x usr/bin/install-info ] || return 0 - for file in ${filelist[@]}; do - install-info --delete $infodir/$file $infodir/dir 2> /dev/null - done -} |