Mercurial > mplayer.hg
view debian-build/postrm @ 10918:d2dc9562422e
temporary fix for attilas 10l, until better solution is found
author | atmos4 |
---|---|
date | Sun, 21 Sep 2003 15:34:51 +0000 |
parents | 33f43b0f24f7 |
children |
line wrap: on
line source
#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -d /etc/mplayer/ ]; then rm -rf /etc/mplayer/ fi fi