From dd9d6fb6a691c7b9b7d9f238b9bc98037dfe61c1 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Tue, 5 May 2015 14:57:00 +0200 Subject: [PATCH] trigger pve-api-updates event --- Makefile | 1 + triggers | 1 + 2 files changed, 2 insertions(+) create mode 100644 triggers diff --git a/Makefile b/Makefile index 5934ed03..4570b0c4 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,7 @@ deb ${DEB}: ${PKGSOURCES} perl -I. ./qm verifyapi install -d -m 0755 build/DEBIAN install -m 0644 control build/DEBIAN + install -m 0644 triggers build/DEBIAN echo "/etc/modules-load.d/qemu-server.conf" >>build/DEBIAN/conffiles install -D -m 0644 copyright build/${DOCDIR}/${PACKAGE}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/ diff --git a/triggers b/triggers new file mode 100644 index 00000000..bfa5ab99 --- /dev/null +++ b/triggers @@ -0,0 +1 @@ +activate pve-api-updates -- 2.39.5