#!/bin/sh -e

case "$1" in
  purge)
  rm -f /etc/modules
  ;;
esac

# Automatically added by dh_installdeb/13.24.2
dpkg-maintscript-helper rm_conffile /etc/init.d/kmod 34-1\~ -- "$@"
# End automatically added section


exit 0
