
Untitled
By: a guest on
Mar 27th, 2010 | syntax:
Bash | size: 0.22 KB | hits: 83 | expires: Never
post_install() {
update-desktop-database -q
/usr/sbin/gconfpkg --install talika
}
post_upgrade() {
post_install $1
}
post_remove() {
/usr/sbin/gconfpkg --uninstall talika
update-desktop-database -q
}