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, 22 insertions, 0 deletions
diff --git a/community/keysafe/keysafe.install b/community/keysafe/keysafe.install
new file mode 100644
index 000000000..b650e8e97
--- /dev/null
+++ b/community/keysafe/keysafe.install
@@ -0,0 +1,22 @@
+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
+}