diff options
Diffstat (limited to 'source/ap/slackpkg/files/post-functions.conf-sample')
-rw-r--r-- | source/ap/slackpkg/files/post-functions.conf-sample | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source/ap/slackpkg/files/post-functions.conf-sample b/source/ap/slackpkg/files/post-functions.conf-sample new file mode 100644 index 000000000..1cbe04ad0 --- /dev/null +++ b/source/ap/slackpkg/files/post-functions.conf-sample @@ -0,0 +1,14 @@ +# 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 +# +# E.g: +#/etc/slackpkg/mirrors.new:K +#/etc/ntp.conf.new:R |