~happyaron/ubiquity/lp-1465530

« back to all changes in this revision

Viewing changes to debian/ubiquity-frontend-mythbuntu.preinst

  • Committer: Mario Limonciello
  • Date: 2008-08-08 14:22:31 UTC
  • mfrom: (2751.1.2 trunk)
  • Revision ID: supermario@portablemario-20080808142231-q6oyeaa7gvjruvse
merge with mythbuntu recipe branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#DEBHELPER#
6
6
 
7
7
case "$1" in
8
 
    install)
 
8
    install|upgrade)
9
9
        dpkg-divert --package ubiquity-frontend-mythbuntu --add --rename \
10
10
                    --divert /usr/share/ubiquity/ubiquity-gtkui.desktop.diverted /usr/share/applications/ubiquity-gtkui.desktop
11
11
        dpkg-divert --package ubiquity-frontend-mythbuntu --add --rename \
12
12
                    --divert /usr/share/pixmaps/ubiquity-diverted.png /usr/share/pixmaps/ubiquity.png
 
13
        dpkg-divert --package ubiquity-frontend-mythbuntu --add --rename \
 
14
                    --divert /lib/partman/recipes/30atomic.diverted /lib/partman/recipes/30atomic
13
15
        ;;
14
16
esac
15
17