Advertisement
Guest User

Test

a guest
Aug 22nd, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. post_install() {
  2. xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  3. }
  4.  
  5. post_upgrade() {
  6. post_install
  7. }
  8.  
  9. post_remove() {
  10. post_install
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement