Mercurial > mplayer.hg
view debian/postrm @ 7448:b464616d40b5
Should be: if test ; then - D Richard Felker III <dalias@aerifal.cx>
author | alex |
---|---|
date | Fri, 20 Sep 2002 15:46:13 +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