summaryrefslogtreecommitdiff
path: root/community/vmoviedb/vmoviedb.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/vmoviedb/vmoviedb.install')
-rw-r--r--community/vmoviedb/vmoviedb.install23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/vmoviedb/vmoviedb.install b/community/vmoviedb/vmoviedb.install
new file mode 100644
index 000000000..c06423ab0
--- /dev/null
+++ b/community/vmoviedb/vmoviedb.install
@@ -0,0 +1,23 @@
+pkgname=vmoviedb
+
+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
+}
+