diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 20:05:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 20:05:40 +0100 |
commit | 7fc8e5d06748f61e67892bf7019652347cb85cd5 (patch) | |
tree | 735e5378464267c57b961b7f0d3f9328c315746b /unstickpixels/unstickpixels.install | |
parent | m (diff) | |
download | aur-packages-7fc8e5d06748f61e67892bf7019652347cb85cd5.tar.gz aur-packages-7fc8e5d06748f61e67892bf7019652347cb85cd5.tar.bz2 aur-packages-7fc8e5d06748f61e67892bf7019652347cb85cd5.tar.xz |
Update unstickpixels
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'unstickpixels/unstickpixels.install')
-rw-r--r-- | unstickpixels/unstickpixels.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/unstickpixels/unstickpixels.install b/unstickpixels/unstickpixels.install deleted file mode 100644 index 6e4ef40..0000000 --- a/unstickpixels/unstickpixels.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="unstickpixels" - -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 -} - |