File: postinst

package info (click to toggle)
bterm-unifont 1.2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 36 kB
  • sloc: makefile: 7; sh: 1
file content (4 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (10)
1
2
3
4
#!/bin/sh

# Signal to restart bterm, if present
( kill -HUP `pidof bterm` || true )  2> /dev/null