Mercurial > mplayer.hg
view debian-build/postrm @ 11664:8b61da744d8b
change email adress
author | attila |
---|---|
date | Sat, 20 Dec 2003 15:52:30 +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