Mercurial > mplayer.hg
view debian/postrm @ 8246:a8128852c18d
Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom at hukatronic.cz>
author | atmos4 |
---|---|
date | Thu, 21 Nov 2002 22:52:54 +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