mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2025-09-21 03:55:02 +02:00
⏳ @eshanized updated the repository 🎉
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user