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, 12 insertions, 0 deletions
diff --git a/pcr/sigil/sigil.install b/pcr/sigil/sigil.install
new file mode 100644
index 000000000..ec506fa93
--- /dev/null
+++ b/pcr/sigil/sigil.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}