diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-19 01:09:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-19 01:09:50 +0700 |
commit | 848ef9829339fc86d7c0e285bfa94353fe140a2b (patch) | |
tree | 06860e14108024b60be35c2a3588b78730914946 | |
parent | 49cc824b72fbdc8c69b938e7c414b4f7a2341c81 (diff) |
doinst.sh: Give warning.
upgradepkg runs doinst.sh twice.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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. |