home *** CD-ROM | disk | FTP | other *** search
- #! /bin/sh
- set -e
-
- # Automatically added by dh_scrollkeeper
- if [ "$1" = "configure" ] && which scrollkeeper-update >/dev/null 2>&1; then
- scrollkeeper-update -q >/dev/null 2>&1
- fi
- # End automatically added section
-
-
- case "$1" in
- configure)
- update-alternatives \
- --install /usr/share/ubuntu-artwork/home/index.html \
- firefox-homepage /usr/share/ubuntu-artwork/home/firefox-index.html 40 \
- --slave /usr/share/ubuntu-artwork/home/locales \
- firefox-homepage-locales /usr/share/ubuntu-artwork/home/locales-ubuntu
-
- ;;
- esac
-
- exit 0
-