Skip to content

Commit 0b1bcaf

Browse files
authored
ldconfig now handled by quick-sharun
1 parent 4b9f3c4 commit 0b1bcaf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

make-appimage.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ LOCALEDIR = os.path.join(SHARUN_DIR, '"'"'share'"'"', '"'"'locale'"'"')' ./AppDi
3636
sed -i 's|const.PKGDATADIR|PKGDATADIR|' ./AppDir/bin/secrets
3737
sed -i 's|const.LOCALEDIR|LOCALEDIR|' ./AppDir/bin/secrets
3838

39-
sed -i -e 's|/etc/ld.so.cache|/tmp/ld.so.cache|g' ./AppDir/bin/ldconfig
40-
echo '#!/bin/sh
41-
if command -v ldconfig 1>/dev/null && [ ! -f /tmp/ld.so.cache ]; then
42-
exec ldconfig
43-
fi
44-
' > ./AppDir/bin/ldconfig.hook
45-
chmod +x ./AppDir/bin/ldconfig.hook
4639

4740
# Turn AppDir into AppImage
4841
quick-sharun --make-appimage

0 commit comments

Comments
 (0)