Codebase list virt-viewer / 4032872d-f354-4f5c-b7c8-111f5e2cbfac/main debian / postinst
4032872d-f354-4f5c-b7c8-111f5e2cbfac/main

Tree @4032872d-f354-4f5c-b7c8-111f5e2cbfac/main (Download .tar.gz)

postinst @4032872d-f354-4f5c-b7c8-111f5e2cbfac/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#