File: postinst

package info (click to toggle)
bterm-unifont 1.9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 52 kB
  • sloc: makefile: 10; 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