summaryrefslogtreecommitdiff
path: root/staging/gnome-vfs/gnome-vfs.install
diff options
context:
space:
mode:
Diffstat (limited to 'staging/gnome-vfs/gnome-vfs.install')
-rw-r--r--staging/gnome-vfs/gnome-vfs.install17
1 files changed, 0 insertions, 17 deletions
diff --git a/staging/gnome-vfs/gnome-vfs.install b/staging/gnome-vfs/gnome-vfs.install
deleted file mode 100644
index 793a3e7ab..000000000
--- a/staging/gnome-vfs/gnome-vfs.install
+++ /dev/null
@@ -1,17 +0,0 @@
-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}
-}