diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-14 20:40:26 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-14 20:40:26 +0800 |
commit | 20a6575a354ba5555e08c18a0b1565c4db9f05c3 (patch) | |
tree | 37fd704877ce7534338a87dc5de06dfe0b62c8cc /net/citadel/pkg-install | |
parent | 1164d19a0acef1ed6a8a1d9c648fcab1e3462988 (diff) | |
download | freebsd-ports-graphics-20a6575a354ba5555e08c18a0b1565c4db9f05c3.tar.gz freebsd-ports-graphics-20a6575a354ba5555e08c18a0b1565c4db9f05c3.tar.zst freebsd-ports-graphics-20a6575a354ba5555e08c18a0b1565c4db9f05c3.zip |
add citadel
Citadel/UX Communications Server
PR: 30807
Submitted by: Brian Ledbetter <brian@shadowcom.net>
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 |