repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
chromium,chromedriver: 129.0.6668.91 -> 129.0.6668.100
[NixPkgs.git]
/
pkgs
/
by-name
/
yo
/
yourkit-java
/
forbid-desktop-item-creation
blob
df068b97d1944abc031575847d45f60d09e1f7e4
1
CONFIG_DIR=$YS/config
2
if [ ! -d $CONFIG_DIR ]; then
3
mkdir -p $CONFIG_DIR
4
fi
5
6
REGISTRY=$CONFIG_DIR/registry8.xml
7
if [ ! -e $REGISTRY ]; then
8
cat >$REGISTRY <<EOF
9
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
10
<registry8>
11
<desktop-file.created>
12
<boolean value="true"/>
13
</desktop-file.created>
14
</registry8>
15
EOF
16
fi