Move all backgrounds to kali-wallpapers package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user