summaryrefslogtreecommitdiffstats
path: root/files/post-functions.conf-sample
blob: 79b5b1b1dc3ab88c591896259510d34acef91d83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
#/etc/ntp.conf.new:R
#default:O