Mercurial > mplayer.hg
view debian-build/postrm @ 9818:556e272022a4
XviD:
- document chroma_opt, hq_ac & vhq
- nicer start of the "unstable" section
- me_quality default is now 6 (max)
author | rguyom |
---|---|
date | Thu, 03 Apr 2003 20:38:27 +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