~ubuntu-branches/ubuntu/trusty/ubuntustudio-default-settings/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/ubuntustudio-default-settings.preinst

  • Committer: Package Import Robot
  • Author(s): Len Ovens
  • Date: 2013-08-24 16:28:36 UTC
  • Revision ID: package-import@ubuntu.com-20130824162836-vu3a899bhq2pz9tm
Tags: 0.47
* Change debhelper version to 9
* Made copyright file machine readable
* Set main Grub entry to UbuntuStudio
* lib added to install file
* removed the mv applications.menu to xfce-applications.menu
* Set to no xfce session, just ubuntustudio session
* Make Lowlatency the default kernel
* changed control to depend on -menu and -installer
* Replaced custom menu file with fixed stock file to go with -menu
  package.
* removed .directory and .desktop files now in -menu
* Made etc/default/grub.d/50_ubuntustudio.cfg executable.
* Made package description more verbose to make lintian happy.
* Updated Standards-Version per lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
dpkg-maintscript-helper mv_conffile \
6
 
        /etc/xdg/xdg-ubuntustudio/menus/ubuntustudio.menu \
7
 
        /etc/xdg/xdg-ubuntustudio/menus/xfce-applications.menu \
8
 
        0.31 ubuntustudio-default-settings -- "$@"
9
 
 
10
 
#DEBHELPER#