Last change
on this file since 2298 was
2298,
checked in by hectorgh, 3 years ago
|
changing images path
|
-
Property svn:executable set to
*
|
File size:
492 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 | update-alternatives \ |
---|
17 | --install /usr/share/backgrounds/lliurex-default-background.png lliurex-default-background.png \ |
---|
18 | /usr/share/backgrounds/lliurex/lliurex16-music-HD.png 800 |
---|
19 | |
---|
20 | fi |
---|
21 | |
---|
22 | #DEBHELPER# |
---|
23 | |
---|
24 | exit 0 |
---|
25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.