summaryrefslogtreecommitdiffstats
path: root/scrollkeeper
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-06-03 20:45:23 +0000
committer Eric Hameleers <alien@slackware.com>2007-06-03 20:45:23 +0000
commit46207ec33001f2a540816817bad2ea96f732398e (patch)
treefe8958d7286d38110a6b62e95f875b196d6e7f5a /scrollkeeper
parente27a6ebd454ae8cb3839370e14711d78c6ab5b28 (diff)
downloadasb-46207ec33001f2a540816817bad2ea96f732398e.tar.gz
asb-46207ec33001f2a540816817bad2ea96f732398e.tar.xz
Initial revision
Diffstat (limited to 'scrollkeeper')
-rw-r--r--scrollkeeper/build/setup.06.scrollkeeper14
1 files changed, 14 insertions, 0 deletions
diff --git a/scrollkeeper/build/setup.06.scrollkeeper b/scrollkeeper/build/setup.06.scrollkeeper
new file mode 100644
index 00000000..c35825d2
--- /dev/null
+++ b/scrollkeeper/build/setup.06.scrollkeeper
@@ -0,0 +1,14 @@
+# This generates the GNOME docs:
+#BLURB="Update GNOME documentation database"
+if [ -x usr/bin/scrollkeeper-update ]; then
+ if [ "$COLOR" = "on" -o -r $TMP/SeTcolor ]; then
+ dialog --title "UPDATING GNOME DOCUMENTATION" --infobox \
+ "Please wait while we run scrollkeeper-update to bring the scrollkeeper \
+database up-to-date. This database is used by the GNOME help browser to \
+locate documentation." 6 53
+ else
+ echo "Generating GNOME documentation. One moment please."
+ fi
+ chroot . /usr/bin/scrollkeeper-update 2> /dev/null
+fi
+