File: postinst

package info (click to toggle)
urlview 0.9-11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 316 kB
  • ctags: 94
  • sloc: ansic: 1,710; sh: 523; makefile: 57
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#