File: quantum-server.prerm

package info (click to toggle)
quantum 2012.1-5%2Bdeb70u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,028 kB
  • sloc: python: 19,594; xml: 2,611; sh: 485; makefile: 105
file content (10 lines) | stat: -rw-r--r-- 118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

case $1 in
        remove|purge)
                invoke-rc.d quantum-server stop
esac

#DEBHELPER#