Mercurial > mplayer.hg
view debian-build/postrm @ 10121:d42177a0da2a
Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
author | bertrand |
---|---|
date | Sat, 17 May 2003 12:24:01 +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