[go: up one dir, main page]

File: coreutils.postrm

package info (click to toggle)
coreutils 8.30-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 55,016 kB
  • sloc: ansic: 184,556; sh: 24,897; perl: 7,361; yacc: 1,843; makefile: 194; 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#