diff options
Diffstat (limited to 'debian/postinst')
-rwxr-xr-x | debian/postinst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 1588f5241..eb2a67d0e 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,6 +10,9 @@ set -e +dpkg-maintscript-helper rm_conffile /etc/apt/apt.conf.d/01ubuntu \ + 0.8.16~exp12ubuntu6 -- "$@" + create_apt_conf () { EXAMPLE_SOURCE=/usr/share/doc/apt/examples/sources.list |