#!/bin/sh

set -e



if [ "$1" = configure ] && [ -d /etc/xdg/QtProject ] ; then
    rmdir --ignore-fail-on-non-empty /etc/xdg/QtProject
fi
