home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / metacity-common.prerm < prev    next >
Encoding:
Text File  |  2006-08-22  |  593 b   |  18 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installcatalogs
  4. if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
  5.     update-catalog --quiet --remove --super /etc/sgml/metacity-common.cat
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_gconf
  9. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  10.     gconf-schemas --unregister metacity.schemas 
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_installcatalogs
  14. if [ "$1" = "remove" ] || [ "$1" = "upgrade" ]; then
  15.     update-catalog --quiet --remove --super /etc/sgml/metacity-common.cat
  16. fi
  17. # End automatically added section
  18.