aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-03 12:17:47 +0200
committerHeinz Wiesinger <pprkut@slackbuilds.org>2021-07-03 12:17:47 +0200
commit62f540f94461f2a2f2b1fd2bf06dcc92288f5878 (patch)
tree3990b40caf35937b87064707fc8a65a3080d5f45
parent2ec2417cad84310e65314bc573976b2ee38eaa6a (diff)
downloadtemplates-62f540f94461f2a2f2b1fd2bf06dcc92288f5878.tar.xz
doinst.sh: Remove double install warning
This is no longer the case since the update to -current on Fri May 21 19:33:21 UTC 2021 Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-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.