summaryrefslogtreecommitdiff
path: root/community/keysafe/keysafe.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/keysafe/keysafe.install')
-rw-r--r--community/keysafe/keysafe.install22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/keysafe/keysafe.install b/community/keysafe/keysafe.install
deleted file mode 100644
index b650e8e97..000000000
--- a/community/keysafe/keysafe.install
+++ /dev/null
@@ -1,22 +0,0 @@
-pkgname=keysafe
-
-post_install() {
- usr/sbin/gconfpkg --install ${pkgname}
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove $1
-}
-
-post_upgrade() {
- post_install $1
-}
-
-pre_remove() {
- usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
- update-desktop-database -q
-}