9 lines
126 B
Bash
Executable file
9 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
dpkg-maintscript-helper rm_conffile /etc/init.d/haveged 1.1.9.19-5~ haveged -- "${@}"
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|