gnome-control-center/debian/postrm

11 lines
128 B
Text
Raw Normal View History

2001-10-24 12:49:00 +00:00
#!/bin/sh -e
# Remove documentation with scrollkeeper
if [ "$1" = remove ]; then
scrollkeeper-update
fi
#DEBHELPER#
exit 0