upgpkg: ocaml-topkg 1.0.5-2
[arch-packages.git] / tomcat9 / trunk / tomcat9.install
blob4ccd6473066338e012e64c03f575f55bebf81bab
1 post_install() {
2   if [ -f lib/modules/$(uname -r)/kernel/security/capability.ko ]; then
3     echo 'It appears that your current kernel has linux security'
4     echo 'capabilities built as a module. Tomcat requires this'
5     echo ' functionality to operate.'
6   fi
9 post_upgrade() {
10   post_install $1
13 pre_remove() {
14   echo "Leftover files may reside in /var/{lib,tmp,log}/tomcat9"
15   echo "If you remove them, you may also want to remove user and group 'tomcat9'"