home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libpisock9.postinst < prev    next >
Encoding:
Text File  |  2009-03-05  |  1.4 KB  |  38 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installudev
  4. if [ "$1" = configure ]; then
  5.     if [ -e "/etc/udev/libpisock9.rules" ]; then
  6.         echo "Preserving user changes to /lib/udev/rules.d/40-libpisock9.rules ..."
  7.         if [ -e "/lib/udev/rules.d/40-libpisock9.rules" ]; then
  8.             mv -f "/lib/udev/rules.d/40-libpisock9.rules" "/lib/udev/rules.d/40-libpisock9.rules.dpkg-new"
  9.         fi
  10.         mv -f "/etc/udev/libpisock9.rules" "/lib/udev/rules.d/40-libpisock9.rules"
  11.     fi
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_installudev
  15. if [ "$1" = configure ]; then
  16.     if [ -e "/etc/udev/rules.d/50-libpisock9.rules" ]; then
  17.         echo "Preserving user changes to /etc/udev/rules.d/40-libpisock9.rules ..."
  18.         mv -f "/etc/udev/rules.d/50-libpisock9.rules" "/etc/udev/rules.d/40-libpisock9.rules"
  19.     fi
  20. fi
  21. # End automatically added section
  22. # Automatically added by dh_installmodules
  23. if [ "$1" = "configure" ]; then
  24.     if [ -e "/etc/modprobe.d/libpisock9" ]; then
  25.         echo "Preserving user changes to /etc/modprobe.d/libpisock9.conf ..."
  26.         if [ -e "/etc/modprobe.d/libpisock9.conf" ]; then
  27.             mv -f "/etc/modprobe.d/libpisock9.conf" "/etc/modprobe.d/libpisock9.conf.dpkg-new"
  28.         fi
  29.         mv -f "/etc/modprobe.d/libpisock9" "/etc/modprobe.d/libpisock9.conf"
  30.     fi
  31. fi
  32. # End automatically added section
  33. # Automatically added by dh_makeshlibs
  34. if [ "$1" = "configure" ]; then
  35.     ldconfig
  36. fi
  37. # End automatically added section
  38.