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