summarylogtreecommitdiffstats
path: root/kfilebox.install
diff options
context:
space:
mode:
Diffstat (limited to 'kfilebox.install')
-rw-r--r--kfilebox.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/kfilebox.install b/kfilebox.install
new file mode 100644
index 000000000000..eb6dc2ecbe64
--- /dev/null
+++ b/kfilebox.install
@@ -0,0 +1,12 @@
+post_install() {
+ kbuildsycoca5
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}