summarylogtreecommitdiffstats
path: root/qutebrowser-git.install
diff options
context:
space:
mode:
authorFlorian Bruhin2014-12-14 18:58:18 +0100
committerFlorian Bruhin2015-06-10 22:45:16 +0200
commitd561286b2ee969a0c7d6c9576a8c480c622c6964 (patch)
tree66fb75fef03c4a997f40198e5ea24b2bd15fc25f /qutebrowser-git.install
parent16214d660fa6ab86fa44b586da628c5aa3ec9e87 (diff)
downloadaur-d561286b2ee969a0c7d6c9576a8c480c622c6964.tar.gz
qutebrowser-git: Cleanup, install desktop/icons.
Diffstat (limited to 'qutebrowser-git.install')
-rw-r--r--qutebrowser-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/qutebrowser-git.install b/qutebrowser-git.install
new file mode 100644
index 000000000000..bce670aff4af
--- /dev/null
+++ b/qutebrowser-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}