blob: 34e6866ffab0c6c5ca46a7c372d8502fa2f84fef (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "Make sure to add your user to the games group to use soundsense."
}
post_remove() {
echo "Removing /opt/soundsense directory."
rm -Rf /opt/soundsense
}
# vim:set ts=2 sw=2 et:
|