summarylogtreecommitdiffstats
path: root/slimbookbattery.install
blob: a57cb70e1a0c04d0e988f5e585ab348b4bed79e3 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  if python /usr/share/slimbookbattery/src/check_config.py; then
    echo 'Configuration OK'
  fi
}

post_upgrade() {
    post_install
}