Mercurial > mplayer.hg
view debian-build/postrm @ 9393:5f9c97070b56
yv12 -> yuy2 converter in alpha asm (from mplayerxp)
author | michael |
---|---|
date | Tue, 11 Feb 2003 13:13:16 +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