Skip to content

Commit

Permalink
Merge pull request #115 from asamahy/main
Browse files Browse the repository at this point in the history
fix: uninstall script now removes all app shortcuts
  • Loading branch information
bigbigmdm authored Sep 17, 2024
2 parents eead6be + 4db56f0 commit 6bba3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ files+=(
"${CMAKE_INSTALL_PREFIX}/share/imsprog"
"${CMAKE_INSTALL_PREFIX}/share/doc/imsprog"
"${CMAKE_INSTALL_PREFIX}/bin/IMSProg_database_update"
"${CMAKE_INSTALL_PREFIX}/share/applications/IMSProg_editor.desktop"
"${CMAKE_INSTALL_PREFIX}/share/applications/IMSProg.desktop"
"${CMAKE_INSTALL_PREFIX}/share/applications/IMSProg_database_update.desktop"
"${CMAKE_INSTALL_PREFIX}/share/man/man1/IMSProg.1.gz"
"${CMAKE_INSTALL_PREFIX}/share/man/man1/IMSProg_database_update.1.gz"
Expand Down

0 comments on commit 6bba3d1

Please sign in to comment.