summaryrefslogtreecommitdiff
path: root/staging/gnome-vfs/gnome-vfs.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
committerroot <root@rshg054.dnsready.net>2011-08-11 23:14:30 +0000
commit853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (patch)
treeec8f471de81a4c58c3b2cc228009524ae31f312f /staging/gnome-vfs/gnome-vfs.install
parent1a6b0f4a655e1fbda776cbb34f56a5fa061c27c7 (diff)
Thu Aug 11 23:14:30 UTC 2011
Diffstat (limited to 'staging/gnome-vfs/gnome-vfs.install')
-rw-r--r--staging/gnome-vfs/gnome-vfs.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/staging/gnome-vfs/gnome-vfs.install b/staging/gnome-vfs/gnome-vfs.install
new file mode 100644
index 000000000..793a3e7ab
--- /dev/null
+++ b/staging/gnome-vfs/gnome-vfs.install
@@ -0,0 +1,17 @@
+pkgname=gnome-vfs
+
+post_install() {
+ usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+ pre_remove $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ usr/sbin/gconfpkg --uninstall ${pkgname}
+}