File: doc.postinst

package info (click to toggle)
debmake 3.6.4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 324 kB
  • ctags: 16
  • sloc: sh: 785; makefile: 147
file content (6 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# symlink management generated by debstd
if [ "$1" = "configure" ]; then
  if [ -d /usr/doc -a ! -e /usr/doc/#PACKAGE# -a -d /usr/share/doc/#PACKAGE# ]; then
    ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
  fi
fi