Configure the default avatar
This commit is contained in:
parent
a7f721a8e2
commit
434b63cd12
4
debian/kali-themes.postinst
vendored
4
debian/kali-themes.postinst
vendored
@ -48,6 +48,10 @@ if [ "$1" = "configure" ]; then
|
||||
# Install remaining new files
|
||||
install_all
|
||||
fi
|
||||
# Configure /root/.face to have a red-background avatar
|
||||
if [ ! -e /root/.face ]; then
|
||||
cp /usr/share/icons/Flat-Remix-Blue-Dark/apps/scalable/avatar-root.svg /root/.face
|
||||
fi
|
||||
# Copy grub theme to /boot
|
||||
mkdir -p /boot/grub/themes/kali
|
||||
cp -r /usr/share/grub/themes/kali/* /boot/grub/themes/kali/
|
||||
|
||||
@ -1 +0,0 @@
|
||||
system-users.svg
|
||||
|
Before Width: | Height: | Size: 16 B After Width: | Height: | Size: 10 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 16 B After Width: | Height: | Size: 10 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user