From 94fe3ea466e1d9cf767621bafb576cbb78eeadf4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Oct 2017 20:11:08 +0200 Subject: Update vtchs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- vtchs/vtchs.install | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 vtchs/vtchs.install (limited to 'vtchs/vtchs.install') diff --git a/vtchs/vtchs.install b/vtchs/vtchs.install deleted file mode 100644 index 2a9f948..0000000 --- a/vtchs/vtchs.install +++ /dev/null @@ -1,20 +0,0 @@ -_file="vtchs" - -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