summaryrefslogtreecommitdiff
path: root/pcr/sigil/sigil.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/sigil/sigil.install')
-rw-r--r--pcr/sigil/sigil.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/sigil/sigil.install b/pcr/sigil/sigil.install
deleted file mode 100644
index ec506fa93..000000000
--- a/pcr/sigil/sigil.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}