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

post_upgrade() {
    post_install
}