File: ganeti-3.0.postrm

package info (click to toggle)
ganeti 3.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 15,304 kB
  • sloc: python: 105,935; haskell: 43,928; sh: 3,940; makefile: 2,755
file content (14 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	dpkg-divert --remove --rename --package ganeti-3.0 \
		--divert /usr/share/ganeti/2.16/ganeti/utils/version.py.orig \
		/usr/share/ganeti/2.16/ganeti/utils/version.py
fi

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#