summarylogtreecommitdiffstats
path: root/sbackup.install
diff options
context:
space:
mode:
Diffstat (limited to 'sbackup.install')
-rw-r--r--sbackup.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/sbackup.install b/sbackup.install
new file mode 100644
index 000000000000..fb8cea4a77c9
--- /dev/null
+++ b/sbackup.install
@@ -0,0 +1,23 @@
+pkgname=apps_sbackup_global-preferences
+
+post_install() {
+ gconfpkg --install $pkgname
+ xdg-icon-resource forceupdate
+ sbackupconfig
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ gconfpkg --uninstall $pkgname
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}