View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#35
Originally Posted by BrentDC View Post
I'll add that to postinst in the next build. Thanks
You can also do it straight from the package :

Code:
--- quickclip-0.3.0.orig/debian/rules
+++ quickclip-0.3.0/debian/rules
@@ -44,6 +44,7 @@
 
 	# Add here commands to install the package into debian/hello-pymaemo.
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/quickclip/
+	dh_link /usr/share/osso-help/en_US/quickclip.xml /usr/share/osso-help/en_GB/quickclip.xml
 
 # Build architecture-independent files here.
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post: