[Pkg-libvirt-commits] [Git][libvirt-team/virt-viewer][debian/sid] Remove obsolete /usr/bin/spice-xpi-client alternative on upgrades.
Guido Günther
gitlab at salsa.debian.org
Fri Apr 5 08:06:03 BST 2019
Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / virt-viewer
Commits:
b6ce527b by Andreas Beckmann at 2019-04-05T07:05:28Z
Remove obsolete /usr/bin/spice-xpi-client alternative on upgrades.
Closes: #915030
- - - - -
1 changed file:
- + debian/postinst
Changes:
=====================================
debian/postinst
=====================================
@@ -0,0 +1,10 @@
+#!/bin/sh
+set -e
+
+# remove obsolete alternative from stretch
+if [ "$1" = "configure" ] ; then
+ update-alternatives --remove spice-xpi-client \
+ /usr/bin/spice-xpi-client-remote-viewer
+fi
+
+#DEBHELPER#
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/commit/b6ce527b21ac8f474303d5d0eecc04e29b256732
--
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-viewer/commit/b6ce527b21ac8f474303d5d0eecc04e29b256732
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190405/24f0a91f/attachment.html>
More information about the Pkg-libvirt-commits
mailing list