aboutsummaryrefslogtreecommitdiffstats
path: root/vtchs/vtchs.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-19 20:11:08 +0200
committerMattias Andrée <maandree@kth.se>2017-10-19 20:13:12 +0200
commit94fe3ea466e1d9cf767621bafb576cbb78eeadf4 (patch)
treecbd4bc60188631f0cd1c9d5330eb23b68994fa1a /vtchs/vtchs.install
parentUpdate xtest (diff)
downloadaur-packages-94fe3ea466e1d9cf767621bafb576cbb78eeadf4.tar.gz
aur-packages-94fe3ea466e1d9cf767621bafb576cbb78eeadf4.tar.bz2
aur-packages-94fe3ea466e1d9cf767621bafb576cbb78eeadf4.tar.xz
Update vtchs
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--vtchs/vtchs.install20
1 files changed, 0 insertions, 20 deletions
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
-}
-