summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vpncmgr.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/vpncmgr.install b/vpncmgr.install
deleted file mode 100644
index 1950269155e8..000000000000
--- a/vpncmgr.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q /usr/share/applications
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: