Mercurial > mplayer.hg
view debian/postrm @ 7797:21029b942737
some cleanup
fixed order of internal and external libs
author | arpi |
---|---|
date | Sat, 19 Oct 2002 17:31:36 +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