repo.or.cz
/
e.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Build w/o .po files.
[e.git]
/
debian
/
e17.postinst
blob
e6725dc5442e85b6f8c4b523a01fcccc0951eb03
1
#!/bin/sh
2
3
set -e
4
5
wm
=
enlightenment_start
6
7
update-alternatives
--install
/
usr
/
bin
/
x-window-manager x-window-manager \
8
/
usr
/
bin
/
$wm
90
9
10
#DEBHELPER#