summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeedu-rocs/kdeedu-rocs.install
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdeedu-rocs/kdeedu-rocs.install')
-rw-r--r--kde-unstable/kdeedu-rocs/kdeedu-rocs.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-unstable/kdeedu-rocs/kdeedu-rocs.install b/kde-unstable/kdeedu-rocs/kdeedu-rocs.install
new file mode 100644
index 000000000..88ac37896
--- /dev/null
+++ b/kde-unstable/kdeedu-rocs/kdeedu-rocs.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}