summaryrefslogtreecommitdiffhomepage
path: root/themes/fledermaus/ipkg/postinst
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-09 08:48:10 +0000
committerSteven Barth <steven@midlink.org>2008-06-09 08:48:10 +0000
commit2bf012a40a7a6d0d35b5d61269fd1bafcdf527d6 (patch)
tree66983500186af71eb57ad2af81f059de567c5846 /themes/fledermaus/ipkg/postinst
parent64806f32bea453b9a6fc5c4cf4c4b751a749e369 (diff)
* themes/fledermaus: Register on install
* applications/luci-statistics: Fixed wrong paths in templates
Diffstat (limited to 'themes/fledermaus/ipkg/postinst')
-rwxr-xr-xthemes/fledermaus/ipkg/postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/fledermaus/ipkg/postinst b/themes/fledermaus/ipkg/postinst
new file mode 100755
index 0000000000..1951df5765
--- /dev/null
+++ b/themes/fledermaus/ipkg/postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+[ -n "${IPKG_INSTROOT}" ] || {
+ ( . /etc/uci-defaults/luci-theme-fledermaus ) && rm -f /etc/uci-defaults/luci-theme-fledermaus
+}