File: gcc.preinst

package info (click to toggle)
gcc-defaults 1.136
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 360 kB
  • ctags: 264
  • sloc: makefile: 792; python: 540; sh: 230; perl: 137
file content (10 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh -e

if [ -d /usr/share/doc/gcc ]; then
    echo "Removing old gcc doc directory."
    rm -rf /usr/share/doc/gcc
fi

#DEBHELPER#

exit 0