summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doinst.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/doinst.sh b/doinst.sh
index c8e9071..a7c015b 100644
--- a/doinst.sh
+++ b/doinst.sh
@@ -62,6 +62,3 @@ 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.