summarylogtreecommitdiffstats
path: root/sigil.install
diff options
context:
space:
mode:
authorDavid Mougey2015-06-08 13:14:19 -0400
committerDavid Mougey2015-06-08 13:14:19 -0400
commitf7e9291d87343741821fa6845bfd3137ce98532e (patch)
tree18e37ad984dd2b125295116333c0b4e42b7ca7eb /sigil.install
downloadaur-f7e9291d87343741821fa6845bfd3137ce98532e.tar.gz
Initial commit, converting package to the new git format for AUR 4.
Diffstat (limited to 'sigil.install')
-rw-r--r--sigil.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/sigil.install b/sigil.install
new file mode 100644
index 000000000000..ec506fa9330b
--- /dev/null
+++ b/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
+}