hamncheese/n2n/packages/debian/debian/postrm
2023-09-14 21:50:26 -05:00

11 lines
73 B
Bash

#!/bin/sh -e
set -e
#case "$1" in
# purge|remove)
#
# ;;
#esac
exit 0