Commit de3d62bc authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.9.2 when install deb pkg, auto kill old process

So user will start using new version right away.
parent 94a1657a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ fpm -f -t deb -s dir -n zero-pinyin-service -v "$VERSION" \
    -d libsqlite3-0 \
    -d libuuid1 \
    -d libpyzy-1.0-0v5 \
    --after-install deb-scripts/after-install.sh \
    --description "provide pinyin input engine for zero-el pinyin" \
    --vendor sylecn \
    --maintainer "Yuanle Song <sylecn@gmail.com>" \
+3 −0
Original line number Diff line number Diff line
#!/bin/sh

pkill -f /usr/bin/zero-pinyin-service || true
+1 −1
Original line number Diff line number Diff line
# -*- mode: conf -*-
project('zero-pinyin-service', ['c', 'cpp'],
  version: '0.9.1',
  version: '0.9.2',
  license: 'GPL',
  default_options: [
    'warning_level=2',