source: pkg/main/gnome-panel/tags/2.18.2-parsix2/debian/gnome-panel-data.postinst @ 1543

Revision 1543, 264 bytes checked in by alanbach-guest, 6 years ago (diff)

Tagging gnome-panel 2.18.2-parsix2

Line 
1#!/bin/sh
2
3set -e
4
5self="$(basename "$0")"
6
7action="$1"
8
9#DEBHELPER#
10
11case "$action" in
12  configure)
13    update-gconf-defaults
14  ;;
15  abort-upgrade|abort-remove|abort-remove|abort-deconfigure)
16  ;;
17  *)
18    echo "$self: W: unknown action \`$action'" >&2
19  ;;
20esac
Note: See TracBrowser for help on using the repository browser.