From 0a563feb689ccb73b84e57000acb8e460cbeed09 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 May 2016 22:33:25 +0200 Subject: [PATCH] added -p ask to package install --- autoupdate-config-lihas/Makefile | 4 ++-- autoupdate-config-lihas/OPSI/control | 25 +++++++------------------ 2 files changed, 9 insertions(+), 20 deletions(-) diff --git a/autoupdate-config-lihas/Makefile b/autoupdate-config-lihas/Makefile index a47ec3c..da66d17 100644 --- a/autoupdate-config-lihas/Makefile +++ b/autoupdate-config-lihas/Makefile @@ -2,7 +2,7 @@ WGET_COMMON_OPTIONS = -q -N PACKAGE_NAME = autoupdate-config-lihas VERSION = 1.0 -OPSI_PACKAGE_VERSION = 1 +OPSI_PACKAGE_VERSION = 2 TARGET = $(PACKAGE_NAME)_$(VERSION)-$(OPSI_PACKAGE_VERSION).opsi @@ -14,7 +14,7 @@ $(TARGET): build: $(TARGET) $(TARGET).uploaded: - opsi-package-manager -i $(TARGET) + opsi-package-manager -p ask -i $(TARGET) touch $(TARGET).uploaded install: $(TARGET).uploaded diff --git a/autoupdate-config-lihas/OPSI/control b/autoupdate-config-lihas/OPSI/control index 2db4450..c7d4d1b 100644 --- a/autoupdate-config-lihas/OPSI/control +++ b/autoupdate-config-lihas/OPSI/control @@ -1,5 +1,5 @@ [Package] -version: 1 +version: 2 depends: incremental: False @@ -58,25 +58,14 @@ values: ["0", "1"] default: ["1"] [Changelog] -autoupdate-config-lihas (1.0-1) testing; urgency=low - - * Initial package - - -- Stefan Baur Fri, 27 Jun 2014 21:45:00 +0000 - - - - - - - - - - - - +autoupdate-config-lihas (1.0-2) testing; urgency=low + * Makefile updated to ask questions during package install + -- Stefan Baur Fri, 13 May 2016 22:32:00 +0000 +autoupdate-config-lihas (1.0-1) testing; urgency=low + * Initial package + -- Stefan Baur Fri, 27 Jun 2014 21:45:00 +0000