Removed post-install deletion of OpenBoardUser.config on Linux

preferencesAboutTextFull
Craig Watson 8 years ago
parent 3c1415e4ed
commit ecb88480f0
  1. 1
      buildDebianPackage.sh

@ -319,7 +319,6 @@ cat > "$BASE_WORKING_DIR/DEBIAN/postinst" << EOF
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
xdg-desktop-menu install --novendor /usr/share/applications/${APPLICATION_NAME}.desktop xdg-desktop-menu install --novendor /usr/share/applications/${APPLICATION_NAME}.desktop
rm -f "\$HOME/.local/share/OpenBoard/OpenBoardUser.config"
exit 0 exit 0
#DEBHELPER# #DEBHELPER#
EOF EOF

Loading…
Cancel
Save