#!/bin/sh set -e # remove obsolete config file from apt-build <= 0.12.37 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null ; then dpkg-maintscript-helper rm_conffile /etc/apt/sources.list.d/apt-build -- "$@" fi