: Added Files:
[hdw-repos/packages.git] / demian / ncftp / ncftp
1 # HDW Linux ncftp
2 #
3 # [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
4 # [I] Sympathic ftp client with command line auto completion 
5 # [I] and some other cool features.
6 # [V] 3.1.5
7 # [S] 3 10
8 # [D] ncftp-3.1.5-src.tar.bz2 ftp://ftp.ncftp.com/ncftp/
9
10 pre_install()
11 {
12     ln -sf /usr/bin/ls /bin/
13 }
14
15 post_install()
16 {
17     rm /bin/ls
18 }
19