File: preinst

package info (click to toggle)
xsysinfo 1.6-12.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 510
  • sloc: ansic: 769; makefile: 535; sh: 3
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh -e
if [ -L /usr/X11R6/lib/X11/app-defaults/XSysinfo ]; then
	rm -f /usr/X11R6/lib/X11/app-defaults/XSysinfo
fi

#DEBHELPER#