~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to debian/xubuntu-default-settings.prerm

Set the default value for fadeout in xfce4-notifyd (LP: #1763674), release 18.04.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
#DEBHELPER#
6
 
 
7
 
case "$1" in
8
 
  remove)
9
 
    update-alternatives --remove gdm-config-derivative /etc/xdg/xubuntu/gdm/gdm.conf
10
 
    ;;
11
 
esac