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, 0 insertions, 13 deletions
diff --git a/smw-svn.install b/smw-svn.install
deleted file mode 100644
index 8785f8dc0ec5..000000000000
--- a/smw-svn.install
+++ /dev/null
@@ -1,13 +0,0 @@
-
-# Update for our .desktop file
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}