diff options
Diffstat (limited to 'community/panflute/panflute.install')
-rw-r--r-- | community/panflute/panflute.install | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/panflute/panflute.install b/community/panflute/panflute.install deleted file mode 100644 index 078b30c4c..000000000 --- a/community/panflute/panflute.install +++ /dev/null @@ -1,17 +0,0 @@ -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} -} |