aboutsummaryrefslogtreecommitdiff
path: root/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doinst.sh')
-rw-r--r--doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/doinst.sh b/doinst.sh
index 1cdfb9e..c8e9071 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -61,3 +61,7 @@ chroot . /usr/bin/gio-querymodules @LIBDIR@/gio/modules/ 1> /dev/null 2> /dev/nu
if [ -x /usr/bin/install-info ]; then
chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null
fi
+
+# WARNING
+# When upgradepkg is used, doinst.sh gets run twice. So don't put
+# anything here that takes a long time to run.