gnome-control-center/debian/preinst
2001-10-24 12:49:00 +00:00

10 lines
138 B
Bash

#!/bin/sh -e
if [ -d /usr/share/gnome/help/control-center ]; then
rm -rf /usr/share/gnome/help/control-center
fi
#DEBHELPER#
exit 0