Mercurial > mplayer.hg
view debian-build/postrm @ 10999:6d85ca7c3165
Sync by Philippe De Swert <philippe.deswert@student.denayer.wenk.be>
author | diego |
---|---|
date | Sat, 04 Oct 2003 07:53:20 +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