Mercurial > mplayer.hg
view debian/postrm @ 8445:694cda2f75d3
use more methods to get the fs window on top
author | henry |
---|---|
date | Sat, 14 Dec 2002 11:09:06 +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