Codebase list virt-viewer / run/211cd7c1-cf70-45a8-a769-d6ab9016430c/main debian / postinst
run/211cd7c1-cf70-45a8-a769-d6ab9016430c/main

Tree @run/211cd7c1-cf70-45a8-a769-d6ab9016430c/main (Download .tar.gz)

postinst @run/211cd7c1-cf70-45a8-a769-d6ab9016430c/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#