summaryrefslogtreecommitdiffstats
path: root/dilos/dependencies/tqt3/debian/libtqt3-mt.postrm
blob: 6556affdcc518e12f0f91710acb2dcd9599b4c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

if [ "${BASEDIR:=/}" = "/" ]; then
	BASEDIR=""
fi

if [ "$1" = "purge" ]; then
  if [ -d "${BASEDIR}/usr/share/doc/libtqt3-mt/" ]; then
    rm -rf ${BASEDIR}/usr/share/doc/libtqt3-mt/
  fi
fi

#DEBHELPER#