D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
kmod.postrm
back
Copy
#!/bin/sh -e case "$1" in purge) rm -f /etc/modules ;; esac # Automatically added by dh_installdeb/13.28ubuntu1 dpkg-maintscript-helper rm_conffile /etc/init.d/kmod 34-1\~ -- "$@" # End automatically added section exit 0