#!/bin/sh
echo "Removing steam...";
/etc/init.d/steam stop || exit 0

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0

