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) |
|---|
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | self="$(basename "$0")" |
| 6 | |
| 7 | action="$1" |
| 8 | |
| 9 | #DEBHELPER# |
| 10 | |
| 11 | case "$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 | ;; |
| 20 | esac |
Note: See TracBrowser
for help on using the repository browser.


