Mercurial > mplayer.hg
view debian-build/postrm @ 12083:9aabf1beeb4f
remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)
author | michael |
---|---|
date | Tue, 30 Mar 2004 10:58:41 +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