File: coreutils.postrm

package info (click to toggle)
coreutils 8.32-4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 57,608 kB
  • sloc: ansic: 197,176; sh: 26,336; perl: 7,581; yacc: 1,840; makefile: 193; python: 47; sed: 16
file content (8 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

if [ "$1" = 'remove' -a -L '/usr/bin/touch' ]; then
  rm /usr/bin/touch
fi

#DEBHELPER#