File: postinst

package info (click to toggle)
urlview 0.9-18
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 752 kB
  • ctags: 112
  • sloc: sh: 8,491; 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#