#!/bin/bash

# Create a script to remove auto-start %{_name}
rm -f "$HOME/.config/autostart/linphone-minimized.desktop"
echo "Done."
