summaryrefslogtreecommitdiff
path: root/pcr/qutebrowser-git/qutebrowser-git.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-09 16:00:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-09 16:00:09 -0300
commite80ca4f5afd47c0913d7990ab32e718984aa5caf (patch)
treeaebe231f9e41f885d4aeb4338fc0054aba4797e2 /pcr/qutebrowser-git/qutebrowser-git.install
parent10f227e1b41aeb49aef461735aec9889b059c969 (diff)
qutebrowser-git: add new package to [pcr] -> https://labs.parabola.nu/issues/855
Diffstat (limited to 'pcr/qutebrowser-git/qutebrowser-git.install')
-rw-r--r--pcr/qutebrowser-git/qutebrowser-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/pcr/qutebrowser-git/qutebrowser-git.install b/pcr/qutebrowser-git/qutebrowser-git.install
new file mode 100644
index 000000000..5c501dc49
--- /dev/null
+++ b/pcr/qutebrowser-git/qutebrowser-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}