Add purple face icon
This commit is contained in:
Vendored
+1
@@ -1 +1,2 @@
|
||||
face-purple.svg usr/share/kali-themes
|
||||
etc-purple/* etc/
|
||||
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
ICON_FILE=/etc/skel/.face
|
||||
|
||||
if [ "$1" = "configure" ]; then
|
||||
dpkg-divert --rename --package kali-themes-purple \
|
||||
--divert "${ICON_FILE}.original" \
|
||||
--add "${ICON_FILE}"
|
||||
cp /usr/share/kali-themes/face-purple.svg "${ICON_FILE}"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
ICON_FILE=/etc/skel/.face
|
||||
|
||||
if [ "$1" = "remove" ]; then
|
||||
rm -f "${ICON_FILE}"
|
||||
dpkg-divert --rename --package kali-themes-purple \
|
||||
--divert "${ICON_FILE}.original" \
|
||||
--remove "${ICON_FILE}"
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
Vendored
+1
-1
@@ -1,2 +1,2 @@
|
||||
.face-root.svg usr/share/kali-themes
|
||||
face-root.svg usr/share/kali-themes
|
||||
etc
|
||||
|
||||
Vendored
+1
-1
@@ -134,7 +134,7 @@ if [ "$1" = "configure" ]; then
|
||||
fi
|
||||
# Configure /root/.face to have a red-background avatar
|
||||
if [ ! -e /root/.face ]; then
|
||||
cp /usr/share/kali-themes/.face-root.svg /root/.face
|
||||
cp /usr/share/kali-themes/face-root.svg /root/.face
|
||||
fi
|
||||
ln -sf /root/.face /root/.face.icon
|
||||
# If installed, replace default-browser with firefox in xfce4-panel
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Reference in New Issue
Block a user