File: prerm

package info (click to toggle)
matchbox-window-manager 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,588 kB
  • sloc: ansic: 14,760; xml: 778; makefile: 119; sh: 16
file content (12 lines) | stat: -rw-r--r-- 156 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

if [ "$1" != "upgrade" ]
then
    update-alternatives --remove x-window-manager /usr/bin/matchbox-window-manager
fi

#DEBHELPER#

exit 0