summarylogtreecommitdiffstats
path: root/smw-svn.install
diff options
context:
space:
mode:
Diffstat (limited to 'smw-svn.install')
-rw-r--r--smw-svn.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/smw-svn.install b/smw-svn.install
new file mode 100644
index 000000000000..8785f8dc0ec5
--- /dev/null
+++ b/smw-svn.install
@@ -0,0 +1,13 @@
+
+# Update for our .desktop file
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}