Codebase list tk8.6 / scrub-obsolete/main debian / tk8.6.prerm
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

tk8.6.prerm @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ $1 != "upgrade" ] ; then
    update-alternatives --remove wish /usr/bin/wish8.6
fi

#DEBHELPER#