From 7e72112add28cb65cd5e83b385bd5b94ab237347 Mon Sep 17 00:00:00 2001 From: Malte Marquarding Date: Sat, 2 Apr 2011 09:38:19 +1100 Subject: [PATCH] Add symlink to /usr/bin --- debian/changelog | 6 ++++++ debian/postinst | 5 +++++ 2 files changed, 11 insertions(+) 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 + + -- 1.7.9.5