updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / vsftpd-ext / vsftpd-ext.install
blob6ddf28d0ef88457fe7163dc2d23f4dbcc2bf416c
1 # arg 1:  the new package version
2 post_install() {
3   if [ -f lib/modules/`uname -r`/kernel/security/capability.ko ]; then
4     echo ">>> It appears that your current kernel has linux security"
5     echo ">>> capabilities built as a module.  vsftpd requires this"
6     echo ">>> functionality to operate."
7     echo ">>>"
8     echo ">>> To activate the module, please load it now (modprobe capability)."
9     echo ">>> Also, you should add it to your MODULES array in rc.conf, so"
10     echo ">>> it will be activated automatically at boot-up."
11   fi
14 post_upgrade() {
15   post_install $1