#!/bin/sh

set -eu

FACTORY=/usr/share/kali-defaults

# kali-defaults provides a number of drop-in config files,
# that are then copied or removed by kali-tweaks. Let's test
# that those files are indeed present. Obviously, this test
# must be kept in sync with kali-tweaks code.

test -f $FACTORY/etc/ssh/ssh_config.d/kali-wide-compat.conf
