desktop/lftp/lftp.install

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
}