Mercurial > mplayer.hg
view debian/postrm @ 8839:c932c17042bf
For solaris, sys/smedia.h header is not needed any more. Compilation was
failing on Solaris 7, where sys/smedia.h is not available.
author | jkeil |
---|---|
date | Wed, 08 Jan 2003 14:11:33 +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