Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. post_install() {
  2. xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
  3. update-desktop-database -q
  4. }
  5.  
  6. post_upgrade() {
  7. post_install
  8. }
  9.  
  10. post_remove() {
  11. post_install
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement