From dfd272dc1d9a5ec375e7e24b98ecd6c34813e503 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 11 Oct 2008 15:27:55 +0000 Subject: OXYGEN #5: Oxygen theme draft 1 --- themes/oxygen/ipkg/postinst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 themes/oxygen/ipkg/postinst (limited to 'themes/oxygen/ipkg') diff --git a/themes/oxygen/ipkg/postinst b/themes/oxygen/ipkg/postinst new file mode 100755 index 000000000..6eb778f66 --- /dev/null +++ b/themes/oxygen/ipkg/postinst @@ -0,0 +1,4 @@ +#!/bin/sh +[ -n "${IPKG_INSTROOT}" ] || { + ( . /etc/uci-defaults/luci-theme-oxygen ) && rm -f /etc/uci-defaults/luci-theme-oxygen +} -- cgit v1.2.3