gnome-control-center/debian/preinst

11 lines
138 B
Text
Raw Normal View History

2001-10-24 12:49:00 +00:00
#!/bin/sh -e
if [ -d /usr/share/gnome/help/control-center ]; then
rm -rf /usr/share/gnome/help/control-center
fi
#DEBHELPER#
exit 0