Browse Source

move alternatives rules to the proper locations

suites/jessie
Daniel Reurich 6 years ago
parent
commit
74211180c1
  1. 6
      debian/postinst
  2. 5
      debian/xfce4-panel.postinst
  3. 0
      debian/xfce4-panel.prerm

6
debian/postinst

@ -1,6 +0,0 @@
#!/bin/sh
XPANEL_XML="/etc/xdg/xfce4/panel/default.xml"
update-alternatives --force --install $XPANEL_XML xfce4-panel.xml \
${XPANEL_XML}-xfce4 1

5
debian/xfce4-panel.postinst

@ -7,4 +7,9 @@ if [ "$1" = "configure" ]; then
ldconfig
fi
XPANEL_XML="/etc/xdg/xfce4/panel/default.xml"
update-alternatives --force --install $XPANEL_XML xfce4-panel.xml \
${XPANEL_XML}-xfce4 1
#DEBHELPER#

0
debian/prerm → debian/xfce4-panel.prerm

Loading…
Cancel
Save