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

12 lines
191 B
Plaintext
Raw Normal View History

2022-01-24 06:11:21 +00:00
#!/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