updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / aspera-connect / aspera-connect.install
blob2519147d3c97e833db7c567c1a53fe6bfa3fbf12
1 _pkgdir=/opt/aspera/connect
2 _plugin=~/.mozilla/plugins/libnpasperaweb.so
4 post_install() {
5   $_pkgdir/var/install.sh $_pkgdir
8 post_upgrade() {
9   post_install
12 post_remove() {
13   if [ -e $_plugin ]; then
14     rm -f $_plugin
15   fi