summarylogtreecommitdiffstats
path: root/kxstitch.install
diff options
context:
space:
mode:
Diffstat (limited to 'kxstitch.install')
-rw-r--r--kxstitch.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/kxstitch.install b/kxstitch.install
new file mode 100644
index 000000000000..4271af20f492
--- /dev/null
+++ b/kxstitch.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ xdg-icon-resource forceupdate
+}
+
+post_remove() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ xdg-icon-resource forceupdate
+}
+
+# vim:set ts=2 sw=2 et: