@eshanized updated the repository 🎉

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-25 17:16:01 +05:30
parent 4ae5b5ae91
commit 96d370e22a

View File

@@ -0,0 +1,14 @@
post_install() {
systemctl enable snigdhaos-graphical-target.service
systemctl start snigdhaos-graphical-target.service
}
post_upgrade() {
systemctl enable snigdhaos-graphical-target.service
systemctl start snigdhaos-graphical-target.service
}
pre_remove() {
systemctl disable snigdhaos-graphical-target.service
}