Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. post_install() {
  2. update-desktop-database -q
  3. usr/sbin/gconfpkg --install windowtitle
  4. usr/sbin/gconfpkg --install windowbuttons
  5. }
  6.  
  7. pre_upgrade() {
  8. pre_remove $1
  9. }
  10.  
  11. post_upgrade() {
  12. usr/sbin/gconfpkg --install windowtitle
  13. usr/sbin/gconfpkg --install windowbuttons
  14. }
  15.  
  16. pre_remove() {
  17. usr/sbin/gconfpkg --uninstall windowtitle
  18. usr/sbin/gconfpkg --uninstall windowbuttons
  19. }
  20.  
  21. post_remove() {
  22. update-desktop-database -q
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement