#!/usr/bin/bash
# Create a script to remove auto-start linphone-desktop
rm -f "$HOME/.config/autostart/linphone520-minimized.desktop"
echo "Done. Linphone is no longer in auto-start mode."
