db-move: moved gnome-calendar from [testing] to [extra] (x86_64)
[arch-packages.git] / tomcat10 / trunk / tomcat10.install
blobc46e3e4b62aca6eac8c77438ef3be7946f11fa66
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}/tomcat10"
15   echo "If you remove them, you may also want to remove user and group 'tomcat10'"