#!/bin/bash

if [[ `id -u` != 0 ]]; then
    echo "Script will work only with root rights"
    exit 1
fi
#cp -f "\${ROOTFSDIR}"/root/hardware/mig/t8s-fly-camera.conf "\${ROOTFSDIR}"/etc/xdg/rusbitech/fly-camera.conf
find /home -type f -name "fly-camera.conf" -exec rm -f {} \;
#systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
#/usr/sbin/astra-modeswitch set 2
