Create postinst
This commit is contained in:
parent
5a2d0b625c
commit
bb2ab4b29e
5
debian/postinst
vendored
Normal file
5
debian/postinst
vendored
Normal file
@ -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
|
Reference in New Issue
Block a user