tidy
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 28s

This commit is contained in:
Your Name
2025-05-06 22:46:58 +12:00
parent cca3ee9679
commit c78deea037
3 changed files with 81 additions and 13 deletions

View File

@ -121,14 +121,3 @@ install(CODE "
message(STATUS \"Command 'ds' not found. Skipping completion symlink.\")
endif()
")
# Create pre-install script to clean old templates
install(CODE "
message(STATUS \"Removing old template files...\")
execute_process(COMMAND rm -rf /opt/dropshell/templates)
")
# Install templates with pre-install script
install(DIRECTORY templates/
DESTINATION /opt/dropshell/templates
)