Mercurial > mplayer.hg
view debian/postrm @ 7990:f4f9390651b2
using fewer registers ... to workaround something
author | michael |
---|---|
date | Thu, 31 Oct 2002 01:42:59 +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