Advertisement
Guest User

Untitled

a guest
Mar 27th, 2010
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. post_install() {
  2.   update-desktop-database -q
  3.   /usr/sbin/gconfpkg --install talika
  4. }
  5.  
  6. post_upgrade() {
  7.   post_install $1
  8. }
  9.  
  10. post_remove() {
  11.   /usr/sbin/gconfpkg --uninstall talika
  12.   update-desktop-database -q
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement