Last change
on this file since 66 was
66,
checked in by daduve, 5 years ago
|
Ading files
|
-
Property svn:executable set to
*
|
File size:
281 bytes
|
Rev | Line | |
---|
[66] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | set -e |
---|
| 4 | |
---|
| 5 | |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | if [ "$1" = "configure" ] ; then |
---|
| 9 | |
---|
| 10 | #update dconf database, as we droped new settings |
---|
| 11 | dconf update |
---|
| 12 | |
---|
| 13 | #gconf trigger, for those settings still using gconf |
---|
| 14 | [ -x /usr/bin/update-gconf-defaults ] && /usr/bin/update-gconf-defaults |
---|
| 15 | |
---|
| 16 | fi |
---|
| 17 | |
---|
| 18 | #DEBHELPER# |
---|
| 19 | |
---|
| 20 | exit 0 |
---|
| 21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.