diff options
author | Pierre Equoy <pierre.equoy@canonical.com> | 2015-08-11 15:30:10 +0800 |
---|---|---|
committer | Pierre Equoy <pierre.equoy@canonical.com> | 2015-08-11 15:30:10 +0800 |
commit | db8f595eec06a3c1ad3fb155ba26372bea95a4d8 (patch) | |
tree | 4316360969b050ccfa499933917019129eeda67d /debian | |
parent | fac9b308c55baed1f93c128b9940bc4719dd4fa6 (diff) |
Removed unnecessary ugly hack in plainbox-provider-oem.postinst
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/plainbox-provider-oem.postinst | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 8d935ce..640bbd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +plainbox-provider-oem (0.18) trusty; urgency=medium + + * Removed unnecessary ugly hack in plainbox-provider-oem.postinst + + -- Pierre Equoy <pierre.equoy@canonical.com> Tue, 11 Aug 2015 14:59:50 +0800 + plainbox-provider-oem (0.17) trusty; urgency=medium * correct typo in stella-full.pxu diff --git a/debian/plainbox-provider-oem.postinst b/debian/plainbox-provider-oem.postinst index 6425189..8bfb189 100644 --- a/debian/plainbox-provider-oem.postinst +++ b/debian/plainbox-provider-oem.postinst @@ -7,8 +7,4 @@ if [ "$action" != configure ]; then exit 0 fi -# fix the graphic stuck issue -GRAPHICJOB=/usr/share/2013.com.canonical.certification\:checkbox/jobs/graphics.txt.in -sed -i '/ dbus-launch [^>]*$/s#$# >/dev/null 2>\&1#' "$GRAPHICJOB" - exit 0 |