File: uninstall.sh

package info (click to toggle)
hevea 2.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ml: 19,525; sh: 505; makefile: 311; ansic: 132
file content (12 lines) | stat: -rwxr-xr-x 148 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh -e
. ./config.sh

PGM="hevea hacha esponja bibhva"

for f in $PGM imagen
do
    rm -f $BINDIR/$(basename $f .byte)
done

rm -rf $LIBDIR