File: libecj-java-gcj.postrm

package info (click to toggle)
ecj 3.3.0%2B0728-9
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,028 kB
  • ctags: 10,140
  • sloc: java: 99,520; python: 526; makefile: 197; xml: 37; sh: 31
file content (7 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#! /bin/sh -e

if [ "$1" = remove ] && [ -x /usr/bin/rebuild-gcj-db ]; then
    /usr/bin/rebuild-gcj-db
fi

#DEBHELPER#