Advertisement
Guest User

[CMYKTOOL.INSTALL] By SpepS

a guest
Dec 5th, 2010
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. post_install() {
  2. gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  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