mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
12 lines
138 B
Plaintext
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
|
|
} |