Commit b6ce527b authored by Andreas Beckmann's avatar Andreas Beckmann Committed by Guido Günther
Browse files

Remove obsolete /usr/bin/spice-xpi-client alternative on upgrades.

Closes: #915030
parent 0e0daa5d
Loading
Loading
Loading
Loading

debian/postinst

0 → 100644
+10 −0
Original line number Diff line number Diff line
#!/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#