summarylogtreecommitdiffstats
path: root/sigil.install
diff options
context:
space:
mode:
authorEli Schwartz2016-05-02 01:50:03 -0400
committerEli Schwartz2016-05-02 01:50:03 -0400
commit88b79d3a62bd9180126c044a4eef3067a5077c51 (patch)
tree24e15d5e4d232939a631f9836f08f566e46997e6 /sigil.install
parent606d37c8570d97542355d7e82e618744931170a5 (diff)
downloadaur-88b79d3a62bd9180126c044a4eef3067a5077c51.tar.gz
upgpkg: sigil-git 0.9.5.r32.g81277c2-1
Great hooks rebuild; remove now-useless install scriptlet.
Diffstat (limited to 'sigil.install')
-rw-r--r--sigil.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/sigil.install b/sigil.install
deleted file mode 100644
index c317fbaca442..000000000000
--- a/sigil.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}