private-model / var /lib /dpkg /info /coreutils.postinst
ACCC1380's picture
Upload var/lib/dpkg/info/coreutils.postinst with huggingface_hub
fdbdc64 verified
raw
history blame
No virus
114 Bytes
#!/bin/sh
set -e
if [ "$1" = 'configure' -a ! -e '/usr/bin/touch' ]; then
ln -s /bin/touch /usr/bin/touch
fi