From 24d04e612554ea0be3a57493f64cda7e832d4951 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Fri, 17 Apr 2020 11:02:02 +0000 Subject: [PATCH] fix(scripts/debian): refinements to the scripts for DEB package Co-authored-by: Lorenzo Fontana Signed-off-by: Leonardo Di Donato --- scripts/debian/falco | 2 +- scripts/debian/postinst.in | 2 +- scripts/debian/{postrm => postrm.in} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename scripts/debian/{postrm => postrm.in} (100%) diff --git a/scripts/debian/falco b/scripts/debian/falco index 552baf2e..f6795352 100755 --- a/scripts/debian/falco +++ b/scripts/debian/falco @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2019 The Falco Authors. +# Copyright (C) 2020 The Falco Authors. # # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scripts/debian/postinst.in b/scripts/debian/postinst.in index a72889bd..c73611e1 100755 --- a/scripts/debian/postinst.in +++ b/scripts/debian/postinst.in @@ -43,6 +43,6 @@ case "$1" in esac if [ -x "/etc/init.d/$NAME" ]; then - update-rc.d $NAME defaults >/dev/null + update-rc.d $NAME defaults >/dev/null fi diff --git a/scripts/debian/postrm b/scripts/debian/postrm.in similarity index 100% rename from scripts/debian/postrm rename to scripts/debian/postrm.in