File: libgcj-common.preinst

package info (click to toggle)
gcc-3.3 1%3A3.3.6ds1-32
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 25,816 kB
  • sloc: sh: 10,372; makefile: 1,050; perl: 155; awk: 23; cpp: 14
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
#! /bin/sh -e

if [ -d /usr/share/doc/libgcj-common ]; then
    rm -rf /usr/share/doc/libgcj-common
else
    true
fi

#DEBHELPER#