File: postrm

package info (click to toggle)
xtide-data 20010920-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,572 kB
  • ctags: 1
  • sloc: perl: 30; makefile: 29; sh: 3
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh -e

if test -f /etc/init.d/xttpd; then
   /etc/init.d/xttpd restart
fi

#DEBHELPER#