Codebase list virt-viewer / 3e100473-5cf8-4f36-8d0d-add65aa38abb/main debian / postinst
3e100473-5cf8-4f36-8d0d-add65aa38abb/main

Tree @3e100473-5cf8-4f36-8d0d-add65aa38abb/main (Download .tar.gz)

postinst @3e100473-5cf8-4f36-8d0d-add65aa38abb/mainraw · history · blame

#!/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#