~ubuntu-branches/ubuntu/utopic/xfce4-panel/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/xfce4-panel.postrm

  • Committer: Package Import Robot
  • Author(s): Lionel Le Folgoc
  • Date: 2013-07-07 10:54:09 UTC
  • mfrom: (4.2.15 sid)
  • Revision ID: package-import@ubuntu.com-20130707105409-nam2sh68h1reuiv4
Tags: 4.10.1-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_migrate-tasklist-separator.patch: added, try to be smart and
      work around the non-expandable tasklist plugin from 4.10 by setting
      as expandable the separator next to it (should work with the default
      panel layouts from Xubuntu, Mythbuntu and UbuntuStudio).
    + xubuntu_add-calendar-popup-to-clock-plugin.patch: added, taken from
      upstream git to show a calendar when left-clicking on the clock plugin
      (so we don't need orage/xfce4-datetime-plugin for this feature only).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
LASTVER="4.7.0" 
6
 
 
7
 
if dpkg-maintscript-helper supports rm_conffile; then
8
 
  dpkg-maintscript-helper rm_conffile \
9
 
    /etc/xdg/xfce4/panel/clock-14.rc "$LASTVER" -- "$@"
10
 
  dpkg-maintscript-helper rm_conffile \
11
 
    /etc/xdg/xfce4/panel/launcher-10.rc "$LASTVER" -- "$@"
12
 
  dpkg-maintscript-helper rm_conffile \
13
 
    /etc/xdg/xfce4/panel/launcher-7.rc "$LASTVER" -- "$@"
14
 
  dpkg-maintscript-helper rm_conffile \
15
 
    /etc/xdg/xfce4/panel/launcher-9.rc "$LASTVER" -- "$@"
16
 
  dpkg-maintscript-helper rm_conffile \
17
 
    /etc/xdg/xfce4/panel/panels.xml "$LASTVER" -- "$@"
18
 
  dpkg-maintscript-helper rm_conffile \
19
 
    /etc/xdg/xfce4/panel/systray-4.rc "$LASTVER" -- "$@"
20
 
  dpkg-maintscript-helper rm_conffile \
21
 
    /etc/xdg/xfce4/panel/xfce4-menu-5.rc "$LASTVER" -- "$@"
22
 
fi
23
 
 
24
 
#DEBHELPER#