summaryrefslogtreecommitdiffstats
path: root/extra/ncftp/ncftp.install
blob: 3532be46e10eda10073fdfbf65087ff98c3bf636 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

case "$1" in
  post_install)
  	echo '*'
	echo '* If you like to install the ncurses based bookmark manager run: '
	echo '*'
	echo '*   apk_add ncftp-bookmarks' 
	echo '*'
	;;
esac