File: metacity.prerm

package info (click to toggle)
metacity 1%3A3.22.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,092 kB
  • ctags: 4,438
  • sloc: ansic: 60,773; sh: 4,726; makefile: 392; xml: 220; sed: 16
file content (12 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

action="$1"

if [ "$action" = remove ]; then
    update-alternatives --remove x-window-manager \
        /usr/bin/metacity
fi

#DEBHELPER#