#!/bin/sh
if [ "$1" = remove ]; then
    dpkg-divert --package skype-config --rename --remove /usr/share/applications/skype.desktop
fi

#DEBHELPER#
