diff options
Diffstat (limited to 'community/gwget/gwget.install')
-rw-r--r-- | community/gwget/gwget.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/gwget/gwget.install b/community/gwget/gwget.install deleted file mode 100644 index 9cdb0dcf9..000000000 --- a/community/gwget/gwget.install +++ /dev/null @@ -1,17 +0,0 @@ -pkgname=gwget - -post_install() { - gconfpkg --install $pkgname -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - gconfpkg --uninstall $pkgname -} |