~noskcaj/ubuntu/utopic/xfce4-session/merge

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-02-14 15:30:11 UTC
  • Revision ID: package-import@ubuntu.com-20120214153011-gxm9844iln91g9nf
Tags: 4.8.3-0ubuntu2
Use maintscript support in dh_installdeb rather than writing out
dpkg-maintscript-helper commands by hand.  This adds a Pre-Dependency on
a sufficient version of dpkg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh -e
2
2
 
3
 
dpkg-maintscript-helper rm_conffile \
4
 
  /etc/xdg/autostart/xfce4-tips-autostart.desktop 4.8.1-4 -- "$@"
5
 
 
6
3
# Remove symlink for el, replaced by a folder in 4.8.2-1
7
4
case "$1" in
8
5
install|upgrade)