File: watcher-api.config.in

package info (click to toggle)
watcher 0.30.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,788 kB
  • ctags: 4,126
  • sloc: python: 26,555; sh: 255; makefile: 60
file content (11 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -e

. /usr/share/debconf/confmodule

#PKGOS-INCLUDE#

pkgos_register_endpoint_config watcher

exit 0