summarylogtreecommitdiffstats
path: root/install
blob: de4db4a0a64298d98fc0e3a3e8e2638b65bf6353 (plain)
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() {
  post_install
}

pre_remove() {
  post_install
}