summaryrefslogtreecommitdiffstats
path: root/abs/extra/help2man/help2man.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2020-10-04 17:08:22 (GMT)
committerBritney Fransen <brfransen@gmail.com>2020-10-04 17:08:22 (GMT)
commita658faeb86c9183d004801883cecb0406761e44e (patch)
treebbdc65c7404d3ec64eee98116dcea6fb9cce6810 /abs/extra/help2man/help2man.install
parent5f730b09e82d0e49d69599be60f3a27c1c37b372 (diff)
downloadlinhes_pkgbuild-a658faeb86c9183d004801883cecb0406761e44e.zip
linhes_pkgbuild-a658faeb86c9183d004801883cecb0406761e44e.tar.gz
linhes_pkgbuild-a658faeb86c9183d004801883cecb0406761e44e.tar.bz2
help2man: update to 1.47.16
Diffstat (limited to 'abs/extra/help2man/help2man.install')
-rw-r--r--abs/extra/help2man/help2man.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/extra/help2man/help2man.install b/abs/extra/help2man/help2man.install
deleted file mode 100644
index 815a943..0000000
--- a/abs/extra/help2man/help2man.install
+++ /dev/null
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(help2man.info)
-
-post_install() {
- for f in ${info_files[@]}; do
- install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- for f in ${info_files[@]}; do
- install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
- done
-}