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