From 85fb85cf1322a25e119849e2e270c967016e65a3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 27 Dec 2007 05:52:38 +0000 Subject: [PATCH] fix association with svn builds --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7abba9e2a..01cb68a64 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ tarball: mv dist/deluge-*.tar.gz $(DESTDIR) install: - python setup.py install --prefix=$(PREFIX) + python setup.py install --prefix=$(PREFIX); + /usr/bin/update-desktop-database clean: python setup.py clean