File: nova-api.postrm.in

package info (click to toggle)
nova 2%3A22.0.1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 47,176 kB
  • sloc: python: 375,733; pascal: 1,781; sh: 1,142; makefile: 149; xml: 83; sql: 43
file content (14 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

#PKGOS-INCLUDE#

if [ "$1" = "purge" ] ; then
	pkgos_dbc_postrm novaapi nova-api $@

	rm -f /var/log/nova/nova-api.log*
fi


#DEBHELPER#