repo.or.cz
/
gentoo-zh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git]
/
app-shells
/
blesh
/
files
/
_package.bash
blob
003e52291a76cfe79ea4fb07c39ab5bba5836487
1
#!/bin/bash
2
3
_ble_base_package_type
=
portage
4
5
function
ble
/
base
/
package
:
portage
/
update
{
6
if
((
EUID
!=
0
));
then
7
ble
/
util
/
print
"Error: Please run as root!"
>&
2
8
return
1
9
fi
10
smart-live-rebuild
-f
app-shells
/
blesh ||
return
1
11
return
6
12
}