home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / synaptic.postrm < prev    next >
Encoding:
Text File  |  2009-04-23  |  503 b   |  16 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_scrollkeeper
  4. if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then
  5.     scrollkeeper-update -q
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_installmenu
  9. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  10. # End automatically added section
  11. # Automatically added by dh_icons
  12. if which update-icon-caches >/dev/null 2>&1 ; then
  13.     update-icon-caches /usr/share/icons/hicolor
  14. fi
  15. # End automatically added section
  16.