Package: src:coreutils
Version: 9.4-2
Severity: minor

Dear coreutils maintainers,

the postinst maintscript of coreutils can be completely dropped: it contains a single command and the guard condition is always false.

```
if [ "$1" = 'configure' -a ! -e "$DPKG_ROOT/usr/bin/touch" ]; then
  ln -s /bin/touch "$DPKG_ROOT/usr/bin/touch"
fi
```

The guard condition is always false because `/usr/bin/touch` is assured to exist since bookworm.

Regards,

--
Gioele Barabucci

Reply via email to