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