Skip to content

Commit

Permalink
Forgot to delete the database in the uninstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Saveau committed Dec 16, 2024
1 parent f71fd39 commit 4f71955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ systemctl --user daemon-reload
rm ~/.config/systemd/user/ringboard*
rm ~/.local/share/applications/ringboard*
rm ~/.local/share/icons/hicolor/1024x1024/ringboard*
rm -r ~/.local/share/clipboard-history/

cargo uninstall \
clipboard-history-server \
Expand Down

0 comments on commit 4f71955

Please sign in to comment.