summarylogtreecommitdiffstats
path: root/.install
blob: fb494237a98f295bbc7424bb1f09f0c24be068df (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  setcap cap_net_raw=ep usr/bin/netctl-tray 2>/dev/null || chmod +s usr/bin/netctl-tray

  # Additional command to set permissions on /etc/netctl/*
  sudo chmod 644 /etc/netctl/*
}

post_upgrade() {
  post_install "$1"
}