1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-13 07:42:46 -04:00

feat: DMS Greeter packaging for Debian/OpenSUSE on OBS

This commit is contained in:
purian23
2026-02-22 15:44:42 -05:00
parent f983c67135
commit 3cf9caae89
15 changed files with 951 additions and 123 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
set -e
case "$1" in
purge)
# Remove greeter cache directory on purge
rm -rf /var/cache/dms-greeter 2>/dev/null || true
;;
esac
#DEBHELPER#
exit 0