8 lines
338 B
Bash
Executable File
8 lines
338 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
# Automatically added by dh_installdeb/13.6ubuntu1
|
|
dpkg-maintscript-helper rm_conffile /etc/default/hdparm 9.48\+ds-1\~ -- "$@"
|
|
dpkg-maintscript-helper rm_conffile /etc/init.d/hdparm 9.48\+ds-1\~ -- "$@"
|
|
dpkg-maintscript-helper rm_conffile /etc/apm/event.d/20hdparm 9.58\+ds-3\~ -- "$@"
|
|
# End automatically added section
|