pkgname=lftp post_install() { ln -s /usr/local/bin/lftp /usr/bin } post_upgrade() { post_install } post_remove() { rm /usr/bin/lftp }