Mercurial > mplayer.hg
view debian/postrm @ 7634:e9d34ae5bfe6
libdvdkit shared install fixed
bugrep by Chris Phillips <chris@thirtythreeandathird.net>
author | arpi |
---|---|
date | Sun, 06 Oct 2002 18:27:02 +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