pptpd.postrm 174 B

123456789101112
  1. #!/bin/sh
  2. set -e
  3. dpkg-maintscript-helper mv_conffile \
  4. /etc/modprobe.d/pptpd.conf \
  5. /etc/modules-load.d/pptpd.conf \
  6. 1.4.0-9~ \
  7. -- "$@"
  8. #DEBHELPER#
  9. exit 0