OCaml 4.14.0 rebuild
[arch-packages.git] / dhcpcd / trunk / dhcpcd.install
blob06e24b3c0a45540e3440ee211c3838a1af21da21
1 pre_upgrade() {
2         if [ -d /var/lib/dhcpcd ]; then
3                 # match permissions with upstream
4                 chown root:root /var/lib/dhcpcd
5                 chmod 0750 /var/lib/dhcpcd
6         fi