aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 22:36:39 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 22:36:39 +0000
commitf677fd9a66325bcc27a97b5fca55f34d83cfbac9 (patch)
tree0e6ef21612d999fa3242ca4a132652c988c18335 /lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am
parent27502137f7ebcbb1a783faf8cba14251e42a8998 (diff)
downloadenigma2-f677fd9a66325bcc27a97b5fca55f34d83cfbac9.tar.gz
enigma2-f677fd9a66325bcc27a97b5fca55f34d83cfbac9.zip
readd old software update to ensure update capability for faulty software conditions
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am')
-rw-r--r--lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am
new file mode 100644
index 00000000..962ff487
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/Makefile.am
@@ -0,0 +1,7 @@
+installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/OldSoftwareUpdate
+
+install_PYTHON = \
+ __init__.py \
+ plugin.py \
+ update.png
+