File: prerm.build-essential

package info (click to toggle)
build-essential 2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 104 kB
  • ctags: 58
  • sloc: haskell: 89; makefile: 79; sh: 24; ansic: 6; cpp: 6
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

package=build-essential

# FHS transition
if [ -L /usr/doc/$package ]; then
   rm -f /usr/doc/$package
fi