#!/bin/sh

if [ -x /usr/sbin/update-app-install ]; then
	update-app-install || true
fi

if dpkg --compare-versions "$2" lt-nl 12.12.10.1; then
    rm -f /etc/apt/sources.list.d/archive.canonical.com_commercial-ppa-uploaders_skype_ubuntu.list
fi

#DEBHELPER#
