Mercurial > mplayer.hg
view debian/postrm @ 7717:14fc17fce5bd
sync
author | jaf |
---|---|
date | Sat, 12 Oct 2002 15:49:19 +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