summaryrefslogtreecommitdiffstats
path: root/debian/libgimp2.0-dev.preinst
blob: fc9735d55101bb9636f1add02ab48ecae2382298 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e
                                                                                
ver=2.0
prio=50

if [ "$1" = "install" ] || [ "$1" = "upgrade" ]; then
	update-alternatives --remove gimptool /usr/bin/gimptool-2.0
fi

#DEBHELPER#