#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_install:
	# Remove .face and .face.icon, already provided by kali-themes.
	# That's a quick fix: we should instead move those files here.
	rm -fr debian/desktop-base/etc/skel/
	rm -fr debian/desktop-base/usr/share/gnome-background-properties
	rm -fr debian/desktop-base/usr/share/wallpapers
	rm -fr debian/desktop-base/usr/share/plasma/
