File: prerm

package info (click to toggle)
make-cross 1.7-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 60 kB
  • ctags: 5
  • sloc: sh: 255; makefile: 39
file content (4 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
#!/bin/sh
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/gcc-i386-gnu ]; then
  rm -f /usr/doc/gcc-i386-gnu
fi