1 2 3 4 5 6 7 8 9 10 11 12 13 14
post_install() { /usr/bin/trust extract-compat echo "To use eduroam-unicamp: copy the template..." echo " cp /etc/netctl/examples/eduroam-unicamp /etc/netctl/eduroam-unicamp" echo "... and edit it to match your credentials" } post_upgrade() { /usr/bin/trust extract-compat } pre_remove() { /usr/bin/trust extract-compat }