desktop/veusz/veusz.install

20 lines
274 B
Plaintext
Raw Normal View History

2010-11-03 01:56:46 +08:00
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
pre_upgrade() {
pre_remove $1
}
post_upgrade() {
post_install $1
}
pre_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
update-desktop-database -q
}