summarylogtreecommitdiffstats
path: root/barracudavpn.install
blob: bab10b4abb6305aab45972ad54ab1c012b2c7ad1 (plain)
1
2
3
4
5
6
7
post_install() {
  mkdir -p /etc/barracudavpn
}

post_upgrade() {
  post_install
}