Don't like ads? PRO users don't see any ads ;-)
Guest

[VMPK.INSTALL] by SpepS

By: a guest on Oct 22nd, 2010  |  syntax: None  |  size: 0.34 KB  |  hits: 139  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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.   gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
  8.   echo -e "\n >>> If you get into troubles while using vmpk, try:"
  9.   echo -e " >>> rm -rf ~/.config/vmpk.sourceforge.net\n"
  10. }
  11.  
  12. post_remove() {
  13.   post_install
  14. }