root/packages/fuss-software/debian/fuss-desktop.postinst
@
c9ed115c2914051de81fad057a364892b4645993
| Revision c9ed115c2914051de81fad057a364892b4645993, 494 bytes (checked in by Christopher R. Gabriel <cgabriel@…>, 11 months ago) | |
|---|---|
|
|
| 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 | version="$2" |
| 14 | cp /usr/share/gconf/schemas/fuss-panel-setup.entries /usr/share/gconf/defaults/30_fuss-panel-setup.entries |
| 15 | update-gconf-defaults |
| 16 | echo "" >> /etc/lightdm/lightdm.conf |
| 17 | echo "greeter-hide-users=true" >> /etc/lightdm/lightdm.conf |
| 18 | ;; |
| 19 | abort-upgrade|abort-remove|abort-remove|abort-deconfigure) |
| 20 | ;; |
| 21 | *) |
| 22 | echo "$self: W: unknown action \`$action'" >&2 |
| 23 | ;; |
| 24 | esac |
Note: See TracBrowser
for help on using the browser.
