Mercurial > mplayer.hg
view debian/postrm @ 7581:31d0ea35c66b
Fixing potential future problem with buffer overrun
author | anders |
---|---|
date | Wed, 02 Oct 2002 11:00:37 +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