repo.or.cz
/
openadk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libgpg-error: fix riscv64
[openadk.git]
/
package
/
qingy
/
files
/
pre_GUI.sh
blob
2c0fff1fbd52cb5ac34aa037de81738fe366f8d2
1
#!/bin/sh
2
3
filename
=
"/tmp/qingy_restart_gpm"
4
status
=
`pgrep gpm`
5
6
if
[
"
$status
"
!=
""
];
then
7
8
/
etc
/
init.d
/
gpm stop
>/
dev
/
null
2
>/
dev
/
null
9
touch
$filename
10
11
fi