#!/bin/sh

CONFIG_FILE="/home/user/.config/MohammadAG/sociality.conf"

if [ -f $CONFIG_FILE ]; then
	rm -f $CONFIG_FILE
fi

exit 0
