forked from germedeb/aleta-postre
8 lines
339 B
Bash
Executable File
8 lines
339 B
Bash
Executable File
# this script runs commands not situable in other scripts, or unique tasks
|
|
|
|
# this will copy the process-working icon to the release.
|
|
cp icons/animations/process-working.svg _build/aleta/animations/scalable/process-working.svg
|
|
|
|
# this copy the index.theme that is necessary to make the icon pack working
|
|
cp other/index.theme _build/aleta/
|