From 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 28 Mar 2013 14:13:18 -0500 Subject: Split raring packaging into new directory due to defoma changes --- ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm (limited to 'ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm') diff --git a/ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm b/ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm new file mode 100644 index 000000000..bb679158a --- /dev/null +++ b/ubuntu/raring/dependencies/tqt3/debian/libtqt3-mt.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "purge" ]; then + if [ -d "/usr/share/doc/libtqt3-mt/" ]; then + rm -rf /usr/share/doc/libtqt3-mt/ + fi +fi + +#DEBHELPER# -- cgit v1.2.1