summaryrefslogtreecommitdiff
path: root/community/scite/scite.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/scite/scite.install')
-rw-r--r--community/scite/scite.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/scite/scite.install b/community/scite/scite.install
new file mode 100644
index 000000000..49135f547
--- /dev/null
+++ b/community/scite/scite.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "Updating desktop and mime database..."
+ update-desktop-database -q
+}
+
+post_remove() {
+ echo "Updating desktop and mime database..."
+ update-desktop-database -q
+}
+
+# vim:set ts=2 sw=2 et: