File: sddm-theme-elarun.postinst

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

if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-remove" ]; then
    update-alternatives --install \
        /usr/share/sddm/themes/debian-theme \
        sddm-debian-theme \
        /usr/share/sddm/themes/elarun 20
fi

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