From ecb88480f0a4d1558e14bfb969945807ceb11e73 Mon Sep 17 00:00:00 2001 From: Craig Watson Date: Tue, 15 Mar 2016 09:34:57 +0100 Subject: [PATCH] Removed post-install deletion of OpenBoardUser.config on Linux --- buildDebianPackage.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/buildDebianPackage.sh b/buildDebianPackage.sh index 8cd2bddc..ea624b90 100755 --- a/buildDebianPackage.sh +++ b/buildDebianPackage.sh @@ -319,7 +319,6 @@ cat > "$BASE_WORKING_DIR/DEBIAN/postinst" << EOF # --------------------------------------------------------------------- xdg-desktop-menu install --novendor /usr/share/applications/${APPLICATION_NAME}.desktop -rm -f "\$HOME/.local/share/OpenBoard/OpenBoardUser.config" exit 0 #DEBHELPER# EOF