This website works better with JavaScript
Home
Explore
Help
Sign In
pkun
/
klish
Watch
1
Star
0
Fork
1
Files
Issues
0
Pull Requests
0
Tree:
a38cc88dd4
Branches
Tags
1.7
2.1
2.2
before_refactoring
embed
master
speed
tmp
3.1.0
3.0.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.0.6
2.0.5
2.1.2
2.1.1
2.1.0
2.0.4
1.7.1
2.0.3
2.0.2
2.0.1
2.0.0
1.7
1.7.0
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.5.9
1.5.8
1.6.3
1.6.2
1.5.7
1.6.1
1.5.6
1.6.0
klish
/
debian
/
klish.postinst
klish.postinst
106 B
History
Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
set -e
PKG=klish
if [ "$1" = configure ] ; then
insserv konfd
fi
#DEBHELPER#
exit 0