Mercurial > mplayer.hg
view debian-build/postrm @ 11663:d700a93ab34c
10l let path behave like before the start/stop patch
author | rtognimp |
---|---|
date | Fri, 19 Dec 2003 22:49:29 +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