OSDN Git Service

GitHub最初のコミット(SourceForge.jp 128fa38 2013-02-28 15:28:57 と同じ内容)
[neighbornote/NeighborNote.git] / install.sh
old mode 100755 (executable)
new mode 100644 (file)
index 8eb41d0..77024a3
@@ -7,8 +7,8 @@ if [ "$(id -u)" != "0" ]; then
    exit 1
 fi
 
-cp $package_dir/usr/share/applications/nixnote.desktop /usr/share/applications/nixnote.desktop
-mkdir /usr/share/nixnote
-cp -r $package_dir/usr/share/nixnote/* /usr/share/nixnote/
+cp $package_dir/usr/share/applications/neighbornote.desktop /usr/share/applications/neighbornote.desktop
+mkdir /usr/share/neighbornote
+cp -r $package_dir/usr/share/neighbornote/* /usr/share/neighbornote/
 
 echo "Install complete"