#!/bin/sh

set -e

if [ -e /usr/bin/qchviewer ]
    then
        rm /usr/bin/qchviewer
fi

exit 0
