view debian-build/postrm @ 11133:dafc5bfc6f92
Don't include chunk.xsl directly.
author |
lumag |
date |
Wed, 15 Oct 2003 21:06:57 +0000 (2003-10-15) |
parents |
33f43b0f24f7 |
children |
|
line source
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
if [ -d /etc/mplayer/ ]; then
rm -rf /etc/mplayer/
fi
fi