summaryrefslogtreecommitdiff
path: root/extra/mod_mono/mod_mono.install
blob: 4945a714bd3dbe2077d20ca08d8c5b9b4a224e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# arg 1:  the new package version
post_install() {
  cat << EOM

--> As of version 1.1.10 mod_mono let's you use asp pages very easily by some
--> auto integration in apache. Please read:
          http://www.mono-project.com/AutoConfiguration
--> to get the idea. To use mod_mono, you only have to type into httpd.conf:
Include /etc/httpd/conf/mod_mono.conf

EOM
}

# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
  post_install $1
}

# vim: ft=sh