From: Malte Marquarding Date: Fri, 1 Apr 2011 22:38:19 +0000 (+1100) Subject: Add symlink to /usr/bin X-Git-Url: http://git.maemo.org/git/?p=quick-widgets;a=commitdiff_plain;h=7e72112add28cb65cd5e83b385bd5b94ab237347 Add symlink to /usr/bin --- diff --git a/debian/changelog b/debian/changelog index 526b133..3cc4f7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +quick-widgets (0.2.5) unstable; urgency=low + + * added symlink to /usr/bin + + -- Malte Marquarding Mon, 21 Mar 2011 23:57:33 +1100 + quick-widgets (0.2.4) unstable; urgency=low * enabled adding widgets from the command-line diff --git a/debian/postinst b/debian/postinst index 0832f84..d36db05 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,6 +1,11 @@ #!/bin/sh +set -e + chmod +x /opt/quick-widgets/quick-widgets +ln -s /opt/quick-widgets/quick-widgets /usr/bin echo "Quick Widgets install done" echo "Starting Quick Widgets..." start --quiet quick-widgets + +