GWinWrap/src/debs/gwinwrap-0-0-1-x64/DEBIAN/postrm

12 lines
191 B
Bash
Executable File

#!/bin/bash
#postrm (script executed after uninstalling the package)
#set -e
if [ -f /bin/xwinwrap ]; then
rm /bin/xwinwrap
fi
if [ -d /opt/GWinWrap ]; then
rm -rf /opt/GWinWrap
fi