mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
clean up old profiles before generating
This commit is contained in:
parent
72ed7eb1a8
commit
89e8a844be
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
# This script should be run during in the './debian/rules get-orig-source'
|
# This script should be run during in the './debian/rules get-orig-source'
|
||||||
# step.
|
# step.
|
||||||
|
|
||||||
|
rm -f profiles/debian-* profiles/fedora-* profiles/redhat-* profiles/ubuntu-*
|
||||||
|
|
||||||
for i in $(ls profiles/logos); do
|
for i in $(ls profiles/logos); do
|
||||||
echo "Generating profile: $i-light"
|
echo "Generating profile: $i-light"
|
||||||
cat profiles/profile.skel > profiles/$i-light
|
cat profiles/profile.skel > profiles/$i-light
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue