aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/scrotty.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-08 12:58:06 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-08 12:58:16 +0100
commit784a84d315cbc5c4942a6396299cfc385ea48e9a (patch)
tree2d8722eac0080fb46dc0b1cea6b66487debdef04 /dist/archlinux/scrotty.install
parentmake: m generalisation (diff)
downloadscrotty-784a84d315cbc5c4942a6396299cfc385ea48e9a.tar.gz
scrotty-784a84d315cbc5c4942a6396299cfc385ea48e9a.tar.bz2
scrotty-784a84d315cbc5c4942a6396299cfc385ea48e9a.tar.xz
Packaging moved to my collective repo for them (not needed now that it is documented in INSTALL.)
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--dist/archlinux/scrotty.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/dist/archlinux/scrotty.install b/dist/archlinux/scrotty.install
deleted file mode 100644
index 8e40299..0000000
--- a/dist/archlinux/scrotty.install
+++ /dev/null
@@ -1,20 +0,0 @@
-_file="scrotty"
-
-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
-}
-