desktop/lftp/lftp.install

12 lines
138 B
Plaintext
Raw Normal View History

2011-02-22 06:53:43 +08:00
pkgname=lftp
post_install() {
ln -s /usr/local/bin/lftp /usr/bin
}
post_upgrade() {
post_install
}
post_remove() {
rm /usr/bin/lftp
}