summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-01-13 13:18:03 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2010-01-13 13:18:03 -0800
commit66ff8cb8a56396ab8b5958b3411a36228010e1fb (patch)
tree2a25d918f3ea91e618441fe8b9a2b26744b39e2d
parente7ffff71f7e23d5bb6cf2cf4ed5be5ed87eccbc8 (diff)
downloadpesconvert-66ff8cb8a56396ab8b5958b3411a36228010e1fb.tar.gz
Copy pesconvert to the system thumbnailer
Yeah, yeah, people who know how to do rpm's and autoconf think this is ugly. Whatever.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 96d4a71..1faedf7 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ pesconvert: main.o pes.o svg.o png.o cairo.o
update-mime:
cp PES-Mime.xml /usr/share/mime/packages/
update-mime-database /usr/share/mime
+ cp pesconvert /usr/local/bin/application-x-pesfile-thumbnailer
gnome-thumbnailer:
gconftool-2 --type bool -s "/desktop/gnome/thumbnailers/application@x-pesfile/enable" "true"