desktop/lftp/lftp.install
2011-02-21 22:53:43 +00:00

12 lines
138 B
Plaintext

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