projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3468a1
)
modules/freifunk: This was moved to freifunk-common with r7554
author
Manuel Munz
<freifunk@somakoma.de>
Sun, 16 Oct 2011 13:22:26 +0000
(13:22 +0000)
committer
Manuel Munz
<freifunk@somakoma.de>
Sun, 16 Oct 2011 13:22:26 +0000
(13:22 +0000)
modules/freifunk/ipkg/postinst
[deleted file]
patch
|
blob
|
history
diff --git
a/modules/freifunk/ipkg/postinst
b/modules/freifunk/ipkg/postinst
deleted file mode 100755
(executable)
index
52bedb2
..0000000
--- a/
modules/freifunk/ipkg/postinst
+++ /dev/null
@@
-1,6
+0,0 @@
-#!/bin/sh
-
-[ -n "${IPKG_INSTROOT}" ] || {
- /etc/init.d/freifunk enabled || /etc/init.d/freifunk enable
- exit 0
-}