File: preinst

package info (click to toggle)
byacc 20050813-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 740 kB
  • ctags: 943
  • sloc: ansic: 6,051; sh: 2,838; yacc: 1,927; makefile: 150
file content (8 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#! /bin/sh
# preinst script for byacc

set -e

#DEBHELPER#

exit 0