┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/dolphin.install
diff options
context:
space:
mode:
authorAntonio Rojas <[email protected]>2015-08-18 17:21:48 +0000
committerAntonio Rojas <[email protected]>2015-08-18 17:21:48 +0000
commit71f890a2f1688ec932bc126f6f256743053c85bc (patch)
treee168457e05c002d27605f3268e639ac73a8a66c3 /dolphin.install
Prepare KDE Applications 15.08 release
Diffstat (limited to 'dolphin.install')
-rw-r--r--dolphin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/dolphin.install b/dolphin.install
new file mode 100644
index 0000000..74ff488
--- /dev/null
+++ b/dolphin.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+