Files
Stacer/debian/postrm
2018-03-10 09:16:06 +03:00

7 lines
68 B
Bash

#!/bin/sh
unlink /usr/bin/stacer
rm -rf /usr/share/stacer
exit 0