File: postinst

package info (click to toggle)
urlview 0.9-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 732 kB
  • ctags: 101
  • sloc: sh: 8,176; ansic: 1,770; makefile: 38
file content (6 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh
# doc-base
if command -v install-docs >/dev/null 2>&1; then
        install-docs -i /usr/share/doc-base/urlview
fi                                                                              
#DEBHELPER#