#!/bin/sh

set -e

flatpak uninstall --delete-data --unused org.localsend.localsend_app || true

#DEBHELPER#

exit 0
