From 147b0163d1ca8b95aba2463919afa8293e2daf88 Mon Sep 17 00:00:00 2001 From: navewindre Date: Fri, 4 Jul 2025 00:11:13 +0200 Subject: post funcs --- slackware-bootstrap/post-functions.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 slackware-bootstrap/post-functions.conf (limited to 'slackware-bootstrap/post-functions.conf') diff --git a/slackware-bootstrap/post-functions.conf b/slackware-bootstrap/post-functions.conf new file mode 100644 index 0000000..431a381 --- /dev/null +++ b/slackware-bootstrap/post-functions.conf @@ -0,0 +1,18 @@ +# You can list here the .new files and the default action +# to do for each file. The list format is: +# +# /full/path/of/dot/new/file.new:action +# +# The action can be: +# +# O to Overwrite it with the new version +# R to Remove the new file +# K to Keep the current and the .new files +# +# Using "default" as file name, you'll set the action for +# the .new files in batch mode. The action for each file +# takes precedence over the "default" one. +# +# E.g: +/etc/slackpkg/mirrors.new:K +default:O -- cgit v1.2.3