blob: 54f40672713e93070a3cf43951efc099913a9910 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh -e
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ] ; then
update-alternatives --remove gmm /usr/bin/gmm-gtk
update-alternatives --remove gmm /usr/bin/gmm-tk
fi
#DEBHELPER#
|