Mercurial > mplayer.hg
view debian-build/postrm @ 10856:503fb8a04360
patch by Guido Guenther <agx@sigxcpu.org>:
"detects the ppc 7455 CPU and treats it as 7450"
author | pl |
---|---|
date | Fri, 12 Sep 2003 15:52:57 +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