Advertisement
Guest User

Untitled

a guest
Nov 4th, 2011
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. post_install() {
  2. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  3. }
  4.  
  5. post_upgrade() {
  6. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  7. }
  8.  
  9. post_remove() {
  10. /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
  11. }
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement