Mercurial > mplayer.hg
view debian/postrm @ 7384:114d0da0258b
added JFIF and UMP4
author | alex |
---|---|
date | Fri, 13 Sep 2002 19:27:39 +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