Index: ipk/source.sh4/language_es/CONTROL/postinst
===================================================================
--- ipk/source.sh4/language_es/CONTROL/postinst	(revision 45918)
+++ ipk/source.sh4/language_es/CONTROL/postinst	(revision 46274)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
 exit 0
Index: ipk/source.sh4/language_es/CONTROL/postrm
===================================================================
--- ipk/source.sh4/language_es/CONTROL/postrm	(revision 45918)
+++ ipk/source.sh4/language_es/CONTROL/postrm	(revision 46274)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
 exit 0
Index: ipk/source.sh4/language_es/CONTROL/preinst
===================================================================
--- ipk/source.sh4/language_es/CONTROL/preinst	(revision 45918)
+++ ipk/source.sh4/language_es/CONTROL/preinst	(revision 46274)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
 exit 0
Index: ipk/source.sh4/language_es/CONTROL/prerm
===================================================================
--- ipk/source.sh4/language_es/CONTROL/prerm	(revision 45918)
+++ ipk/source.sh4/language_es/CONTROL/prerm	(revision 46274)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
 exit 0
