summaryrefslogtreecommitdiff
path: root/tomboy/install.sh
blob: cda21983623f86c7aca000e2a79a1604b2d0009d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

mkdir -p ~/.config/tomboy/addins/

# Please install monodevelop to get mdtool.
# Please edit Zeitgeist.mdp and change the local path of Tomboy.exe
# to the correct one for your environment (so it can link to the 
# correct version of Tomboy).
mdtool build Zeitgeist.mdp

cp bin/Debug/Zeitgeist.dll ~/.config/tomboy/addins/Zeitgeist.dll