From 7fc8e5d06748f61e67892bf7019652347cb85cd5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 Dec 2017 20:05:40 +0100 Subject: Update unstickpixels MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- unstickpixels/unstickpixels.install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 unstickpixels/unstickpixels.install (limited to 'unstickpixels/unstickpixels.install') 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 -} - -- cgit v1.2.3-70-g09d2