File: prerm

package info (click to toggle)
junior-doc 1.16.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 64 kB
  • ctags: 6
  • sloc: makefile: 69; sh: 31
file content (5 lines) | stat: -rwxr-xr-x 102 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!/bin/sh -e

if command -v install-docs >/dev/null 2>&1; then
  install-docs -r junior-quickguide
fi