Move all backgrounds to kali-wallpapers package

This commit is contained in:
Daniel Ruiz de Alegría
2020-11-02 10:45:05 +01:00
parent 75800f2511
commit c087399c5e
105 changed files with 17 additions and 7 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#!/bin/sh
TARGET_DIR=share/backgrounds/kali-16x9
TARGET_DIR=wallpapers/backgrounds/kali-16x9
rm $TARGET_DIR/*.png
for f in share/backgrounds/kali/*-16x9.png; do
for f in wallpapers/backgrounds/kali/*-16x9.png; do
target=$(basename $f)
target="${target%%-16x9.png}.png"
ln -vsrf $f $TARGET_DIR/$target