db-move: moved polari from [testing] to [extra] (x86_64)
[arch-packages.git] / webmin / trunk / webmin.install
blobfc9fd44d2dc260c8eafdeddab613fac804c87a77
1 # arg 1:  the new package version
2 post_install() {
3   local crypt=$(grep "^root:" ${ROOT}/etc/shadow | cut -f 2 -d :)
4   crypt=${crypt//\\/\\\\}
5   crypt=${crypt//\//\\\/}
6   sed -i "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users
8 cat << EOF
9 Note:
10 ==> It is not allowed to install 3rd party modules, or delete existing modules.
11 ==> Please write your own PKGBUILDS for 3rd party modules and additional themes.
12 Setup:
13 ==> Point your web browser to http://localhost:10000 to use webmin.
14 ==> The access is restricted to localhost, if you want to connect from other locations
15 ==> change /etc/webmin/miniserv.conf to something like that: allow=127.0.0.1 <your-ip>
16 ==> If you want to have ssl encryption please install 'perl-net-ssleay' additional.
17 EOF
18 # fix man module
19   cd /opt/webmin/man
20   for i in $(find . -name '*.gz'); do
21   gzip -df $i
22   done
25 # arg 1:  the new package version
26 # arg 2:  the old package version
27 post_upgrade() {
28   post_install $1
31 pre_remove() {
32   # uninstall unzipped files
33   rm -r /opt/webmin/man