Mercurial > mplayer.hg
view debian-build/postrm @ 10953:70a974306f9b
disable code that DOES NOT WORK (it won't load real playlists and
makes mplayer hang forever on unrecognized files), and probably avoid
vulnerabilities at the same time
author | rfelker |
---|---|
date | Sat, 27 Sep 2003 20:01:46 +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