blob: 8e37fe16ae4a63626828d359d48d591fdefadaa9 (
plain)
1
2
3
4
5
6
7
8
|
. /usr/share/makepkg/util/message.sh
colorize
post_upgrade() {
msg "NOTE 1: War by default is not deployed anymore. You can find the war here: /usr/share/guacamole/guacamole.war"
msg " You can make a symbolic link to your tomcat installation, for example: ln -s /usr/share/guacamole/guacamole.war /var/lib/tomcat9/webapps/"
msg "NOTE2: Now, this package provides default configuration files (GUACAMOLE_HOME) in /etc/guacamole directory. Remember to check your setup."
}
|