home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / linux-sound-base.postrm < prev    next >
Encoding:
Text File  |  2009-04-08  |  836 b   |  31 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdebconf
  6. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  7.     . /usr/share/debconf/confmodule
  8.     db_purge
  9. fi
  10. # End automatically added section
  11.  
  12.  
  13. case "$1" in
  14.   remove)
  15.     rm -f /etc/modprobe.d/blacklist-oss.conf
  16.     rm -f /etc/modprobe.d/blacklist-oss
  17.     rm -f /etc/modprobe.d/blacklist-alsa.conf
  18.     rm -f /etc/modprobe.d/blacklist-alsa
  19.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noOSS
  20.     rm -f /etc/discover.d/linux-sound-base_noOSS
  21.     rm -f /etc/modutils/linux-sound-base_noOSS
  22.     rm -f /etc/modprobe.d/linux-sound-base_noOSS
  23.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noALSA
  24.     rm -f /etc/discover.d/linux-sound-base_noALSA
  25.     rm -f /etc/modutils/linux-sound-base_noALSA
  26.     rm -f /etc/modprobe.d/linux-sound-base_noALSA
  27.     rm -f /etc/discover.conf.d/10linux-sound-base
  28.     ;;
  29. esac
  30.  
  31.