Codebase list virt-viewer / b6ce527
Remove obsolete /usr/bin/spice-xpi-client alternative on upgrades. Closes: #915030 Andreas Beckmann authored 4 years ago Guido Günther committed 4 years ago
1 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 #!/bin/sh
1 set -e
2
3 # remove obsolete alternative from stretch
4 if [ "$1" = "configure" ] ; then
5 update-alternatives --remove spice-xpi-client \
6 /usr/bin/spice-xpi-client-remote-viewer
7 fi
8
9 #DEBHELPER#