File: nova-compute.postrm

package info (click to toggle)
nova 2012.1.1-18
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,900 kB
  • sloc: python: 102,511; sql: 3,318; sh: 2,488; xml: 1,131; makefile: 146
file content (9 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "purge" ] ; then
    rm -f /var/log/nova/nova-compute.log*
fi

#DEBHELPER#