Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
ACCC1380
/
private-model
like
9
Languages:
Chamorro
Tags:
Not-For-All-Audiences
License:
apache-2.0
Dataset card
Files
Files and versions
xet
Community
9
refs/pr/4
private-model
/
var
/
lib
/
dpkg
/
info
/
coreutils.postinst
ACCC1380
Upload var/lib/dpkg/info/coreutils.postinst with huggingface_hub
fdbdc64
verified
almost 2 years ago
raw
Copy download link
history
blame
114 Bytes
#!/bin/sh
set
-e
if
[
"
$1
"
=
'configure'
-a ! -e
'/usr/bin/touch'
];
then
ln
-s /bin/touch /usr/bin/touch
fi