Use application properties instead of ugly dual-use global variable
[gnumeric.git] / debian / gnumeric-common.preinst
blob40956ed430b74ddf948051c366aec22c61258238
1 #! /bin/sh
2 set -e
4 if test -L /usr/share/doc/gnumeric-common ; then
5 rm -f /usr/share/doc/gnumeric-common
6 fi
8 #DEBHELPER#
10 exit 0