[neon/kde/kwin/Neon/unstable] debian: remove the postinst alternatives for kwin-x11

Carlos De Maine null at kde.org
Tue Mar 18 23:28:02 GMT 2025


Git commit ec23a79e317c781310e74ffcf1f9dffd99761f22 by Carlos De Maine.
Committed on 18/03/2025 at 23:28.
Pushed by carlosdem into branch 'Neon/unstable'.

remove the postinst alternatives for kwin-x11

D  +0    -43   debian/kwin-x11.postinst

https://invent.kde.org/neon/kde/kwin/-/commit/ec23a79e317c781310e74ffcf1f9dffd99761f22

diff --git a/debian/kwin-x11.postinst b/debian/kwin-x11.postinst
deleted file mode 100644
index 123e72d..0000000
--- a/debian/kwin-x11.postinst
+++ /dev/null
@@ -1,43 +0,0 @@
-#! /bin/sh
-# postinst script for kwin
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case "$1" in
-    configure)
-        update-alternatives --remove x-window-manager /usr/bin/kwin
-	update-alternatives --install /usr/bin/x-window-manager x-window-manager /usr/bin/kwin_x11 50
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-


More information about the Neon-commits mailing list