Mercurial > mplayer.hg
view debian-build/postrm @ 11681:4204af4b61a1
VAX architecture support (tested on VAXstation 4000/VLC)
author | gabucino |
---|---|
date | Thu, 25 Dec 2003 12:05:28 +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