summarylogtreecommitdiffstats
path: root/rekonq-frameworks-git.install
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 22:32:55 +0200
committerAntonio Rojas2015-06-08 22:32:55 +0200
commit5be478227347e3da04944e5a040340fb09acb122 (patch)
treebfebaaa486bda2370064357a17d6a62e67185914 /rekonq-frameworks-git.install
downloadaur-5be478227347e3da04944e5a040340fb09acb122.tar.gz
Initial import
Diffstat (limited to 'rekonq-frameworks-git.install')
-rw-r--r--rekonq-frameworks-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/rekonq-frameworks-git.install b/rekonq-frameworks-git.install
new file mode 100644
index 000000000000..5495fb1b5d27
--- /dev/null
+++ b/rekonq-frameworks-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
+}