blob: bd2fb0c5b9b04cecbba1d32f120b044bee50ff9e (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
chmod 744 /etc/cron.monthly/dynamic_completion.sh
echo "Executing /etc/cron.monthly/dynamic_completion.sh"
/etc/cron.monthly/dynamic_completion.sh
echo "Please insert this line into /etc/bash.bashrc instead of calling /etc/bash_completion"
. /etc/bash_dyncompletion
}
|