File: sddm-theme-debian-maui.prerm

package info (click to toggle)
sddm 0.19.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,940 kB
  • sloc: cpp: 6,936; xml: 509; sh: 506; perl: 114; makefile: 25
file content (12 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
set -e

if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
    update-alternatives --remove \
        sddm-debian-theme \
        /usr/share/sddm/themes/debian-maui
fi

# Tag to allow some debhelper commands to inject relevant code
#DEBHELPER#