Advertisement
darkelf5

wingpanel-bzr.install

Aug 10th, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. pkgname=wingpanel
  2.  
  3. post_install() {
  4. usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
  5. gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  6. update-desktop-database -q
  7. }
  8.  
  9. post_upgrade() {
  10. post_install $1
  11. }
  12.  
  13. post_remove() {
  14. post_install
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement