Moved xfce theme specific from kali-defaults

This commit is contained in:
Sophie Brun
2019-10-22 11:26:31 +02:00
parent 0dbeed74cc
commit 6ee94be2b4
8 changed files with 89 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/bin/sh
set -e
case "$1" in
install)
dpkg-divert --rename --package kali-theme \
--divert /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml.original\
--add /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml
;;
esac
#DEBHELPER#