This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user