File: postrm-monoxsp4

package info (click to toggle)
xsp 4.2-2.4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,176 kB
  • sloc: cs: 13,500; sh: 12,082; xml: 8,279; makefile: 650; perl: 619; ansic: 299; php: 6
file content (8 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
if [ "$1" = "remove" ] || [ "$1" = "purge" ]; then
    if [ -x /usr/sbin/mono-xsp4-update ]; then
	/usr/sbin/mono-xsp4-update || true
    fi
    if [ -x /usr/sbin/mono-server4-update ]; then
	/usr/sbin/mono-server4-update || true
    fi
fi