Mercurial > mplayer.hg
view debian-build/postrm @ 11806:4f14825fd446
sync
author | nauj27 |
---|---|
date | Mon, 19 Jan 2004 18:37:34 +0000 |
parents | 33f43b0f24f7 |
children |
line wrap: on
line source
#!/bin/sh set -e if [ "$1" = "purge" ]; then if [ -d /etc/mplayer/ ]; then rm -rf /etc/mplayer/ fi fi