Skip to content

Commit 76db24a

Browse files
wdconincvvolkl
andauthored
feat: disable man-db regeneration during install (#41)
Co-authored-by: Valentin Volkl <[email protected]>
1 parent c6764c3 commit 76db24a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup-cvmfs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if [ "$(uname)" == "Linux" ]; then
2121
echo "::endgroup::"
2222
# install cvmfs package
2323
echo "::group::Installing cvmfs"
24+
sudo rm -f /var/lib/man-db/auto-update
2425
sudo apt-get -q update
2526
sudo apt-get -q -y install cvmfs
2627
# install cvmfs config package
@@ -30,6 +31,7 @@ if [ "$(uname)" == "Linux" ]; then
3031
sudo curl -L -o ${APT_ARCHIVES}/cvmfs-config.deb ${CVMFS_CONFIG_PACKAGE}
3132
sudo dpkg -i ${APT_ARCHIVES}/cvmfs-config.deb
3233
fi
34+
sudo touch /var/lib/man-db/auto-update
3335
echo "::endgroup::"
3436
# update cache (avoid restricted partial directories)
3537
if [ -n "${APT_CACHE}" ]; then

0 commit comments

Comments
 (0)