time_logix/TimeLogix_1.0/DEBIAN/postrm
2025-04-05 18:20:10 -05:00

8 lines
96 B
Bash
Executable file

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