Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
ACCC1380
/
private-model
like
7
Languages:
Chamorro
License:
apache-2.0
Dataset card
Files
Files and versions
Community
6
3913a3a
private-model
/
var
/
lib
/
dpkg
/
info
/
coreutils.postinst
ACCC1380
Upload var/lib/dpkg/info/coreutils.postinst with huggingface_hub
fdbdc64
verified
6 months ago
raw
Copy download link
history
blame
Safe
114 Bytes
#!/bin/sh
set
-e
if
[
"
$1
"
=
'configure'
-a ! -e
'/usr/bin/touch'
];
then
ln
-s /bin/touch /usr/bin/touch
fi