Mercurial > mplayer.hg
view debian/postrm @ 8442:580a06055b6a
Entries for the new mailing lists by Alex.
author | diego |
---|---|
date | Fri, 13 Dec 2002 21:26:52 +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