OSDN Git Service

Update changelog to correct change date.
[neighbornote/NeighborNote.git] / uninstall.sh
index 550b113..bc61b03 100755 (executable)
@@ -8,7 +8,7 @@ if [ "$(id -u)" != "0" ]; then
    exit 1
 fi
 
-rm /usr/share/applications/nevernote.desktop
-rm -rf /usr/share/nevernote
+rm /usr/share/applications/nixnote.desktop
+rm -rf /usr/share/nixnote
 
 echo "Uninstall completed"