diff options
| author | Britney Fransen <brfransen@gmail.com> | 2018-02-23 21:32:51 (GMT) |
|---|---|---|
| committer | Britney Fransen <brfransen@gmail.com> | 2018-02-23 21:32:51 (GMT) |
| commit | a9a99348fcef6230ad628bf80083ea007ce6d6b0 (patch) | |
| tree | 4b2b1253740918800723f25281190bd024370050 /abs/core/wget/wget.install | |
| parent | 8f18100c2bbaaa800b6796e9c23622f85d18ae75 (diff) | |
| download | linhes_pkgbuild-a9a99348fcef6230ad628bf80083ea007ce6d6b0.zip linhes_pkgbuild-a9a99348fcef6230ad628bf80083ea007ce6d6b0.tar.gz linhes_pkgbuild-a9a99348fcef6230ad628bf80083ea007ce6d6b0.tar.bz2 | |
wget: update to 1.19.4
Diffstat (limited to 'abs/core/wget/wget.install')
| -rw-r--r-- | abs/core/wget/wget.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/wget/wget.install b/abs/core/wget/wget.install deleted file mode 100644 index 8eb6a2c..0000000 --- a/abs/core/wget/wget.install +++ /dev/null @@ -1,20 +0,0 @@ -infodir=usr/share/info -filelist=(wget.info) - -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 -} |
