view debian-build/postrm @ 10259:b60e89268837

- discard soon non TS files (previously it took too long, as in the case of mpeg-ps files without a registered extension) - detect sooner audio-only files (at least 64K of the chosen audio streams without a video stream) patch by Nico <nsabbi@libero.it>
author arpi
date Sun, 08 Jun 2003 11:58:05 +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