aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/general-preprocessor.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-02-13 08:47:56 +0100
committerMattias Andrée <maandree@kth.se>2017-02-13 08:47:56 +0100
commitad600c54b527ca163ecc441b36f1446d1704fe0b (patch)
tree5c7dba4d1976330c483e20b00e31c4b5dc73fbe2 /dist/archlinux/stable/general-preprocessor.install
parentFix -n and escaped symbols (diff)
downloadgpp-ad600c54b527ca163ecc441b36f1446d1704fe0b.tar.gz
gpp-ad600c54b527ca163ecc441b36f1446d1704fe0b.tar.bz2
gpp-ad600c54b527ca163ecc441b36f1446d1704fe0b.tar.xz
Remove dist1.6
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--dist/archlinux/stable/general-preprocessor.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/dist/archlinux/stable/general-preprocessor.install b/dist/archlinux/stable/general-preprocessor.install
deleted file mode 100644
index 3f68be9..0000000
--- a/dist/archlinux/stable/general-preprocessor.install
+++ /dev/null
@@ -1,20 +0,0 @@
-_file="general-preprocessor"
-
-infodir="usr/share/info"
-file="${_file}.info"
-
-
-post_install() {
- [[ -x "usr/bin/install-info" ]] || return 0
- install-info -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-pre_remove() {
- [[ -x "usr/bin/install-info" ]] || return 0
- install-info --delete -- "${infodir}/${file}" "${infodir}/dir" 2> /dev/null
-}
-