X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fncftp%2Fncftp;fp=demian%2Fncftp%2Fncftp;h=5c19ff019332d753893de7f627008c86e023556b;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/ncftp/ncftp b/demian/ncftp/ncftp new file mode 100755 index 0000000..5c19ff0 --- /dev/null +++ b/demian/ncftp/ncftp @@ -0,0 +1,19 @@ +# HDW Linux ncftp +# +# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org +# [I] Sympathic ftp client with command line auto completion +# [I] and some other cool features. +# [V] 3.1.5 +# [S] 3 10 +# [D] ncftp-3.1.5-src.tar.bz2 ftp://ftp.ncftp.com/ncftp/ + +pre_install() +{ + ln -sf /usr/bin/ls /bin/ +} + +post_install() +{ + rm /bin/ls +} +