- Update copyright years. - Update Standards-Version to 4.7.2 - Remove Rules-Requires-Root now defaulting to «no». - Remove ancient conffile removal handling. Change-Id: I04479e01030c5501fc55b77a8eb4a94b705a1878mr14.0.1
parent
2e5f1389c8
commit
0bdaec3814
@ -1 +0,0 @@
|
||||
rm_conffile /etc/init.d/ngcp-rate-o-mat 6.3.0.0+1~mr6.3.0.0
|
||||
@ -1,22 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
# Remove obsolete rc.d links.
|
||||
update-rc.d ngcp-rate-o-mat remove
|
||||
;;
|
||||
|
||||
abort-upgrade|abort-remove|abort-deconfigure)
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "postinst called with unknown argument '$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in new issue