debian-galaxy-a20e/rootfs/var/lib/dpkg/info/coreutils.postinst

9 lines
136 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
#!/bin/sh
set -e
if [ "$1" = 'configure' -a ! -e "$DPKG_ROOT/usr/bin/touch" ]; then
ln -s /bin/touch "$DPKG_ROOT/usr/bin/touch"
fi