Moved rest of java parts

This commit is contained in:
2019-05-05 04:07:46 -05:00
parent be2baef5a0
commit 55e3aa761c
131 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
#!/bin/bash
#postrm (script executed after uninstalling the package)
#set -e
if [ -f /bin/fxwinwrap ]; then
rm /bin/fxwinwrap
fi
if [ -d /opt/FXWinWrap ]; then
rm -rf /opt/FXWinWrap
fi
if [ -x "`which xdg-desktop-menu 2>/dev/null`" ]; then
xdg-desktop-menu uninstall /usr/share/applications/FXWinWrap.desktop
xdg-desktop-menu forceupdate --mode user
fi