File: postrm

package info (click to toggle)
xtide-data 20040203-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,764 kB
  • ctags: 1
  • sloc: perl: 30; makefile: 30; 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#