diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:58:06 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 12:58:16 +0100 |
commit | 784a84d315cbc5c4942a6396299cfc385ea48e9a (patch) | |
tree | 2d8722eac0080fb46dc0b1cea6b66487debdef04 /dist/archlinux/scrotty.install | |
parent | make: m generalisation (diff) | |
download | scrotty-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.install | 20 |
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 -} - |