summarylogtreecommitdiffstats
path: root/s1kls.install
blob: fb56a2cac80cdd19af2778851e69740570bc1bc5 (plain)
1
2
3
4
5
6
7
post_install() {
  chmod +s usr/bin/s1kls
}

post_upgrade() {
  post_install "$1"
}