diff options
Diffstat (limited to 'net/citadel/pkg-install')
-rw-r--r-- | net/citadel/pkg-install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/citadel/pkg-install b/net/citadel/pkg-install new file mode 100644 index 00000000000..4e5515ac81f --- /dev/null +++ b/net/citadel/pkg-install @@ -0,0 +1,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 |