Mercurial > mplayer.hg
view debian/postrm @ 7752:18f8233094da
tell the codec wrapper the codec path (fixes realaudio Sipr)
author | arpi |
---|---|
date | Wed, 16 Oct 2002 15:59:04 +0000 |
parents | f335b0da380c |
children | 8689fa04b837 |
line wrap: on
line source
#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -d /etc/mplayer/ ]; then rm -rf /etc/mplayer/ fi fi