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