aboutsummaryrefslogtreecommitdiff
path: root/net/citadel/pkg-install
blob: 4e5515ac81f436eed15b71e16c184685516d15b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

case $2 in
	[Pp][Rr][Ee]-[Ii][Nn][Ss][Tt][Aa][Ll][Ll])
	echo "- Installing Citadel/UX Communications Server..."
	;;

	[Pp][Oo][Ss][Tt]-[Ii][Nn][Ss][Tt][Aa][Ll][Ll])
	echo "- Starting the Citadel/UX Setup and Configuration Program..."
	${PKG_PREFIX}/bin/citsetup
	echo "- Citadel/UX Communications Server"
	echo "  Installed PREFIX: ${PKG_PREFIX}"
	;;

esac

exit 0