File: prerm

package info (click to toggle)
xaw-wrappers 0.23
  • links: PTS
  • area: main
  • in suites: slink
  • size: 72 kB
  • ctags: 14
  • sloc: perl: 237; makefile: 35; sh: 31
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/sh -e
# It's VERY important this only hammed on removes.
if [ "$1" = "remove" ]; then
	if [ -x /usr/sbin/update-xaw-wrappers ] ; then
		/usr/sbin/update-xaw-wrappers --force --off
	fi
	rm -f /var/lib/xaw-wrappers/update-wrappers-history
fi