summaryrefslogtreecommitdiff
path: root/libre/qupzilla/qupzilla.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 21:05:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 21:05:23 -0300
commit906e0f541f0910bf438d750956e508cc8e64d9aa (patch)
tree3cce868ab3ab7d7bed2f6f58912e2811e8580da9 /libre/qupzilla/qupzilla.install
parenteaa7dd3c7b19ec07ca6ace686561cf024c293ead (diff)
qupzilla: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/qupzilla/qupzilla.install')
-rw-r--r--libre/qupzilla/qupzilla.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/qupzilla/qupzilla.install b/libre/qupzilla/qupzilla.install
new file mode 100644
index 000000000..029294d67
--- /dev/null
+++ b/libre/qupzilla/qupzilla.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}