summaryrefslogtreecommitdiffhomepage
path: root/themes/oxygen/ipkg/postinst
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:30:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-15 18:30:25 +0000
commit0ff4dcf277cbfd552343c31ffc313d52b1e2f161 (patch)
treea9b74d1bc26f71b51e9b654c69347379a5f292ec /themes/oxygen/ipkg/postinst
parent93812e70a004f4917f7939b51d86aef8cb4f6fbd (diff)
themes: drop oxygen and openwrt.org-oxygen, there unmaintained and not even packaged
Diffstat (limited to 'themes/oxygen/ipkg/postinst')
-rwxr-xr-xthemes/oxygen/ipkg/postinst4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/oxygen/ipkg/postinst b/themes/oxygen/ipkg/postinst
deleted file mode 100755
index 6eb778f669..0000000000
--- a/themes/oxygen/ipkg/postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-[ -n "${IPKG_INSTROOT}" ] || {
- ( . /etc/uci-defaults/luci-theme-oxygen ) && rm -f /etc/uci-defaults/luci-theme-oxygen
-}