File: prerm

package info (click to toggle)
mplayer-blue 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 408 kB
  • sloc: sh: 13; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" != "upgrade" ]; then
    update-alternatives --remove mplayer-skin /usr/share/mplayer/skins/Blue
fi

#DEBHELPER#