summarylogtreecommitdiffstats
path: root/sawfish.install
diff options
context:
space:
mode:
authorStefan Husmann2016-06-08 21:13:33 +0200
committerStefan Husmann2016-06-08 21:13:33 +0200
commitf744a017391617a3ba48efa87cc9bf79388e2d57 (patch)
tree7283d5f9cede8e063a7de0c1de8d4f8ea350b953 /sawfish.install
parent1a1a565f95374cbcf21c25f7740b0092c8068fdc (diff)
downloadaur-f744a017391617a3ba48efa87cc9bf79388e2d57.tar.gz
remove install file
Diffstat (limited to 'sawfish.install')
-rw-r--r--sawfish.install21
1 files changed, 0 insertions, 21 deletions
diff --git a/sawfish.install b/sawfish.install
deleted file mode 100644
index 3b43a746612a..000000000000
--- a/sawfish.install
+++ /dev/null
@@ -1,21 +0,0 @@
-infodir=/usr/share/info
-file=sawfish.info
-
-post_install() {
- [ -x usr/bin/install-info ] || return 0
- install-info $infodir/$file.gz $infodir/dir 2> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- [ -x usr/bin/install-info ] || return 0
- install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-} \ No newline at end of file