gnome-control-center/debian/postinst

11 lines
110 B
Text
Raw Normal View History

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