Merge lp:~motoster/onehundredscopes/grooveshark-postinst into lp:~davidc3/onehundredscopes/grooveshark

Proposed by Welton Rodrigo Torres Nascimento
Status: Needs review
Proposed branch: lp:~motoster/onehundredscopes/grooveshark-postinst
Merge into: lp:~davidc3/onehundredscopes/grooveshark
Diff against target: 7 lines (+3/-0)
1 file modified
debian/postinst (+3/-0)
To merge this branch: bzr merge lp:~motoster/onehundredscopes/grooveshark-postinst
Reviewer Review Type Date Requested Status
David Callé Pending
Review via email: mp+132972@code.launchpad.net

Description of the change

After the update of this scope package, user need to logoff and logon to see the changes.

This commit add a postinst script to the deb package to kill the unity-scope-grooveshark process.

When user try to search again, the new version of the scope daemon will be respawned.

To post a comment you must log in.

Unmerged revisions

29. By Welton Rodrigo Torres Nascimento

Added postinst to kill the process

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'debian/postinst'
2--- debian/postinst 1970-01-01 00:00:00 +0000
3+++ debian/postinst 2012-11-05 21:13:48 +0000
4@@ -0,0 +1,3 @@
5+#!/bin/sh -e
6+
7+killall unity-scope-grooveshark

Subscribers

People subscribed via source and target branches