aboutsummarylogtreecommitdiffstats
path: root/update.policy
diff options
context:
space:
mode:
authorCountStarlight2019-05-06 14:03:20 +0800
committerCountStarlight2019-05-06 14:03:20 +0800
commitdf202a072dc1573c8b3ce085052d4b46a78cecd0 (patch)
treeee50819dcd2256eb3513e1aec5b46d623310233c /update.policy
parent0422a81464f83f7e8b3b2a3aac7f48ac530bc979 (diff)
downloadaur-df202a072dc1573c8b3ce085052d4b46a78cecd0.tar.gz
Remove reg_files.tar.bz2, using patch to fix reg files and merge tool scripts to gen.sh.
Signed-off-by: CountStarlight <countstarlight@gmail.com>
Diffstat (limited to 'update.policy')
-rw-r--r--update.policy33
1 files changed, 0 insertions, 33 deletions
diff --git a/update.policy b/update.policy
deleted file mode 100644
index 75535d3e8b1e..000000000000
--- a/update.policy
+++ /dev/null
@@ -1,33 +0,0 @@
-[File]
-;;=============================================================
-;; Registry - Mask this file is a registry file.
-;; Keep - Default. Use template file.
-;; Override - Use file in current prefix.
-;; Replace - If it's different type in current prefix and
-;; in template, use template one to replace it.
-;; Ingore - Ingore file when copy.
-
-;; Ingore update.policy itself.
-"^update.policy$" = "Ingore"
-"^.update-timestamp$" = "Ingore"
-
-;; System registry files.
-"^(system|userdef|user).reg$" = "Registry"
-
-;; Addtional assist files.
-"^drive_c/Deepin" = "Keep"
-
-;; Microsoft Office files.
-"^drive_c/Windows/(?:control\.ini|hh\.dat|mapiuid\.ini|Reg Save Log\.txt)$" = "Override"
-
-
-
-[Registry]
-;;=============================================================
-;; Keep - Use template key section
-;; Override - Use user current key section
-;; Merge - Default. Merge two section, user current values
- override template
-
-"^Software\\Wine\\DllOverrides$" = "Keep"
-"^Software\\Wine\\Fonts\\Replacements$" = "Keep"