7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
set -e
|
||
|
|
# Automatically added by dh_installdeb/12.1.1
|
||
|
|
dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/20changelog 1.2.4\~ -- "$@"
|
||
|
|
dpkg-maintscript-helper rm_conffile /etc/cron.daily/apt 1.2.10\~ -- "$@"
|
||
|
|
# End automatically added section
|