slackpkg/files/post-functions.conf-sample
piterpunk ab87149522 Added the new-config actions for specific files
- Added code to parse a list with the .new files and the default
  action to do.
- Added post-functions.conf file to hold the aforementioned list
  and possible future configurations.
- Updated the SlackBuild to install the post-functions.conf file
2021-06-04 22:24:28 -05:00

14 lines
342 B
Text

# 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