view debian/postrm @ 7531:3eb3d3d832d9
akarki fs pecse
author |
pontscho |
date |
Sat, 28 Sep 2002 18:49:07 +0000 (2002-09-28) |
parents |
f335b0da380c |
children |
8689fa04b837 |
line source
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
if [ -d /etc/mplayer/ ]; then
rm -rf /etc/mplayer/
fi
fi