File: apache-common.postinst

package info (click to toggle)
apache 1.3.26-0woody6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,572 kB
  • ctags: 196
  • sloc: ansic: 1,679; perl: 779; sh: 543; makefile: 411
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (3)
1
2
3
4
#! /bin/sh
if [ ! -e /etc/apache/mime.types ]; then
    ln -sf ../mime.types /etc/apache/mime.types
fi