~larryprice/libertine/deb-filepicker

« back to all changes in this revision

Viewing changes to debian/libertined.prerm

  • Committer: Larry Price
  • Date: 2017-03-08 15:07:57 UTC
  • mfrom: (388.2.44 devel)
  • Revision ID: larry.price@canonical.com-20170308150757-glgl6bjs6qjtqoys
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
#
16
16
 
17
 
set -e
18
 
 
19
17
if [ "$1" = "remove" ]; then
 
18
    echo "Shutting down the libertined service..."
20
19
    pkill libertined
21
20
fi
22
21