summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2021-09-18 10:31:08 +0200
committerMattias Andrée2021-09-18 10:31:08 +0200
commitc381a2796e2ecdc9d6e50e9030319d49154f4e4b (patch)
tree189cd4020d0aaa3b1294e58031bea950ee90f13b
parent237d3e965ed7e5e7ea05d8e70ba2557cd71e517d (diff)
downloadaur-c381a2796e2ecdc9d6e50e9030319d49154f4e4b.tar.gz
Remove no-longer-used install file
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--bus.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/bus.install b/bus.install
deleted file mode 100644
index 6b67f0381ed0..000000000000
--- a/bus.install
+++ /dev/null
@@ -1,20 +0,0 @@
-_file="bus"
-
-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
-}
-