File: postrm

package info (click to toggle)
xsysinfo 1.6-3
  • links: PTS
  • area: main
  • in suites: hamm, slink
  • size: 168 kB
  • ctags: 507
  • sloc: ansic: 717; makefile: 535; sh: 41
file content (6 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh
# This will remove the XSysinfo link in /usr/X11R6/lib/X11/app-defaults
if [ $# -ge 1 -a "x$1" = "xpurge" ]
then
	rm -f /usr/X11R6/lib/X11/app-defaults/XSysinfo
fi