Mercurial > mplayer.hg
view debian/postrm @ 7886:32eceb109114
gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.
author | diego |
---|---|
date | Wed, 23 Oct 2002 23:12:09 +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