summaryrefslogtreecommitdiffstats
path: root/debian/lenny/dependencies/qt3/debian/libqt3-mt.postrm
blob: 5f09e318dd6504cdd15b356e8e0293cfd7029d4f (plain)
1
2
3
4
5
6
7
8
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#