summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2021-09-18 10:39:59 +0200
committerMattias Andrée2021-09-18 10:39:59 +0200
commitca74550679982bd4a933ba57717702138356fc06 (patch)
treed573628cd8dc24c5d99f95667ff2b0765ee240b2
parent561445dae822b6132f6995b1dbe3704153d9e631 (diff)
downloadaur-ca74550679982bd4a933ba57717702138356fc06.tar.gz
Remove no-longer-used install file
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--vtchs.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/vtchs.install b/vtchs.install
deleted file mode 100644
index 2a9f94864774..000000000000
--- a/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
-}
-