Mercurial > mplayer.hg
view debian/postrm @ 7311:f617792eebb0
x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>
author | alex |
---|---|
date | Sat, 07 Sep 2002 21:53:43 +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