summarylogtreecommitdiffstats
path: root/batti.install
blob: c7ee9e3d1d2a758bb99df6b3be6dd0f27404a888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_upgrade() {
  gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
}

post_install() {
  echo "You may need to install a GTK icon theme to display battery status."
  post_upgrade
}

post_remove() {
  post_upgrade
}

# vim:set ts=2 sw=2 et: