diff options
Diffstat (limited to 'doinst.sh')
-rw-r--r-- | doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |