Mercurial > mplayer.hg
view debian/postrm @ 8301:d867439e3940
- fixed 10l bug (imagedesc handle allocation)
- enabled colorspace selection support, fixed yvu9, added yv12
author | arpi |
---|---|
date | Wed, 27 Nov 2002 23:47:14 +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