diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-03 12:17:47 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2021-07-03 12:17:47 +0200 |
commit | 62f540f94461f2a2f2b1fd2bf06dcc92288f5878 (patch) | |
tree | 3990b40caf35937b87064707fc8a65a3080d5f45 | |
parent | 2ec2417cad84310e65314bc573976b2ee38eaa6a (diff) |
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.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |