Mercurial > mplayer.hg
view debian-build/postrm @ 12480:6f4f9d1343e9
some corrections by Haris Kouzinopoulos
author | diego |
---|---|
date | Sun, 16 May 2004 11:32:59 +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