Mercurial > mplayer.hg
view debian-build/postrm @ 12091:c67c28e4992e
How to handle incomplete translations of message files.
author | diego |
---|---|
date | Thu, 01 Apr 2004 13:53:10 +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