Mercurial > mplayer.hg
view debian/postrm @ 8626:8494f3ffc04b
Polish manual update to CVS from 27.12.2002...
-imhotep-
author | gabucino |
---|---|
date | Sat, 28 Dec 2002 21:58:21 +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