Fix debian/kali-theme.preinst for xfce
This commit is contained in:
Vendored
+1
@@ -7,6 +7,7 @@ DIVERT_FILE="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml"
|
||||
case "$1" in
|
||||
install)
|
||||
if [ "$(dpkg-divert --listpackage $DIVERT_FILE)" = "kali-defaults" ]; then
|
||||
rm -f $DIVERT_FILE
|
||||
dpkg-divert --rename --package kali-defaults \
|
||||
--divert $DIVERT_FILE.original \
|
||||
--remove $DIVERT_FILE
|
||||
|
||||
Reference in New Issue
Block a user