Codebase list virt-viewer / fa02bc64-b963-439a-87b2-b721033a39c5/main debian / postinst
fa02bc64-b963-439a-87b2-b721033a39c5/main

Tree @fa02bc64-b963-439a-87b2-b721033a39c5/main (Download .tar.gz)

postinst @fa02bc64-b963-439a-87b2-b721033a39c5/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#