summaryrefslogtreecommitdiffstats
path: root/abs/core/parted/parted.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-06 21:17:21 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-06 21:17:21 (GMT)
commitbc7c13c61e7845eccd73f95439cf4d74e6775c27 (patch)
tree42f90e60e96dea7c42647cb2884439bae50f77ae /abs/core/parted/parted.install
parentcd5d42ed09d18772615c0e5c9ce52aa87ffc481e (diff)
downloadlinhes_pkgbuild-bc7c13c61e7845eccd73f95439cf4d74e6775c27.zip
linhes_pkgbuild-bc7c13c61e7845eccd73f95439cf4d74e6775c27.tar.gz
linhes_pkgbuild-bc7c13c61e7845eccd73f95439cf4d74e6775c27.tar.bz2
parted: update 3.2-6
Diffstat (limited to 'abs/core/parted/parted.install')
-rw-r--r--abs/core/parted/parted.install18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/parted/parted.install b/abs/core/parted/parted.install
deleted file mode 100644
index 752a687..0000000
--- a/abs/core/parted/parted.install
+++ /dev/null
@@ -1,18 +0,0 @@
-info_dir=/usr/share/info
-info_files=(parted.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
-}