From a60484dd14c5668eb121c33fa44577b1b7e59b5e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 22 Jul 2011 16:48:05 -0500 Subject: Added qt3 to maverick --- ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm (limited to 'ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm') diff --git a/ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm b/ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm new file mode 100644 index 000000000..5f09e318d --- /dev/null +++ b/ubuntu/maverick/dependencies/qt3/debian/libqt3-mt.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "purge" ]; then + if [ -d "/usr/share/doc/libqt3-mt/" ]; then + rm -rf /usr/share/doc/libqt3-mt/ + fi +fi + +#DEBHELPER# -- cgit v1.2.1