Last change
on this file since 1846 was
1846,
checked in by hectorgh, 5 years ago
|
updating alternatives
|
-
Property svn:executable set to
*
|
File size:
284 bytes
|
Line | |
---|
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 | |
---|
17 | |
---|
18 | |
---|
19 | fi |
---|
20 | |
---|
21 | #DEBHELPER# |
---|
22 | |
---|
23 | exit 0 |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.