Differences From Artifact [cb1dacab3d]:
- File debian/postrm — part of check-in [2a5d9dafec] at 2017-01-14 18:46:39 on branch trunk — Added debianization files (user: vitus, size: 959) [annotate] [blame] [check-ins using]
To Artifact [deab6eaa0a]:
- File debian/postrm — part of check-in [648764b0ec] at 2017-08-30 11:45:58 on branch trunk — Fixed typo in unit file. Incremented debian package version (user: vitus, size: 1021) [annotate] [blame] [check-ins using]
︙ | |||
18 19 20 21 22 23 24 25 26 27 28 29 30 31 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | + | # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in purge) update-rc.d vws remove dpkg-statoverride --remove /usr/lib/qemu/qemu-bridge-helper ;; remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) ;; *) echo "postrm called with unknown argument \`$1'" >&2 |
︙ |