Mercurial > mplayer.hg
view debian-build/postrm @ 10470:75b8b4340d84
detect Real codecs fix (with only win32 DLL)
author | nexus |
---|---|
date | Fri, 25 Jul 2003 14:56:28 +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