From bb2ab4b29ee10226ba4fd2b5c167247d2706c7ec Mon Sep 17 00:00:00 2001 From: ferrreo Date: Fri, 30 Jun 2023 11:12:04 +0100 Subject: [PATCH] Create postinst --- debian/postinst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/postinst diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..b21d759 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +rm /etc/systemd/system/display-manager.service +ln -s /lib/systemd/system/greetd.service /etc/systemd/system/display-manager.service