build: Added build stuff, may remove later?

This commit is contained in:
Blake Ridgway 2025-04-05 18:20:10 -05:00
parent bbc2baf88b
commit ba6c96eb72
4 changed files with 33 additions and 0 deletions

8
TimeLogix_1.0/DEBIAN/postrm Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
# Remove desktop entry
rm /usr/share/applications/TimeLogix.desktop
exit 0
w