~ubuntu-branches/ubuntu/karmic/edubuntu-artwork/karmic

« back to all changes in this revision

Viewing changes to debian/edubuntu-artwork-usplash.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2006-09-11 15:12:25 UTC
  • Revision ID: james.westby@ubuntu.com-20060911151225-n4q8em8lfd1grqfd
Tags: 0.1.0-34
new usplash artwork (not final yet)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
case "$1" in
8
8
  configure)
9
 
    update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/edubuntu-splash.so 50
 
9
    update-alternatives --install /usr/lib/usplash/usplash-artwork.so usplash-artwork.so /usr/lib/usplash/usplash-theme-edubuntu.so 50
10
10
    [ -x /usr/sbin/update-initramfs ] && /usr/sbin/update-initramfs -u
11
11
    ;;
12
12
esac