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