aboutsummaryrefslogtreecommitdiff
path: root/Devuan-Unstable/debian/chicago95-theme-plymouth.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'Devuan-Unstable/debian/chicago95-theme-plymouth.postinst')
-rw-r--r--Devuan-Unstable/debian/chicago95-theme-plymouth.postinst19
1 files changed, 0 insertions, 19 deletions
diff --git a/Devuan-Unstable/debian/chicago95-theme-plymouth.postinst b/Devuan-Unstable/debian/chicago95-theme-plymouth.postinst
deleted file mode 100644
index 43f31b1..0000000
--- a/Devuan-Unstable/debian/chicago95-theme-plymouth.postinst
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-set -e
-
-case "$1" in
- configure| abort-upgrade|abort-remove|abort-deconfigure)
- update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 80
- update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/RetroTux/RetroTux.plymouth 70
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-
-#DEBHELPER#
-
-exit 0
bgstack15