File: aboot.postinst

package info (click to toggle)
aboot 0.9b-3
  • links: PTS
  • area: main
  • in suites: etch-m68k, sarge
  • size: 984 kB
  • ctags: 1,659
  • sloc: ansic: 8,970; perl: 738; makefile: 382; asm: 309; sh: 3
file content (7 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh -e

if [ ! -e /etc/aboot.conf ]; then
	cp -a /usr/share/aboot/aboot.conf /etc/
fi

#DEBHELPER#