updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / last-exit / last-exit.install
blob8ede7cc7592193c3ce889e8be55a27520de334db
1 pkgname=last-exit
3 post_install() {
4   /usr/sbin/gconfpkg --install ${pkgname}
5   /usr/bin/scrollkeeper-update -q -p /var/lib/scrollkeeper
6   /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
9 pre_upgrade() {
10   pre_remove $1
13 post_upgrade() {
14   post_install $1
17 pre_remove() {
18   /usr/sbin/gconfpkg --uninstall ${pkgname}
21 post_remove() {
22   /usr/bin/scrollkeeper-update -q -p /var/lib/scrollkeeper
23   /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
26 # vim:set ts=2 sw=2 et: