summarylogtreecommitdiffstats
path: root/dolphin-git.install
diff options
context:
space:
mode:
authorAntonio Rojas2015-06-08 23:00:38 +0200
committerAntonio Rojas2015-06-08 23:00:38 +0200
commit45b4e133851393bf8c028ef5c9e73d3842620147 (patch)
treed03e190184bb2f7d78f21417ed87e952ff41b301 /dolphin-git.install
downloadaur-45b4e133851393bf8c028ef5c9e73d3842620147.tar.gz
Initial import
Diffstat (limited to 'dolphin-git.install')
-rw-r--r--dolphin-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/dolphin-git.install b/dolphin-git.install
new file mode 100644
index 000000000000..5495fb1b5d27
--- /dev/null
+++ b/dolphin-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
+}