From a4bde9ae3273eceb125d2916baa78fd6714aa75a Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Wed, 26 Apr 2017 01:11:19 +0200 Subject: add config updater --- home/var/system/config-updater/post-update | 1 + home/var/system/config-updater/pre-update | 1 + 2 files changed, 2 insertions(+) create mode 100644 home/var/system/config-updater/post-update create mode 100644 home/var/system/config-updater/pre-update (limited to 'home/var/system') diff --git a/home/var/system/config-updater/post-update b/home/var/system/config-updater/post-update new file mode 100644 index 0000000..4985512 --- /dev/null +++ b/home/var/system/config-updater/post-update @@ -0,0 +1 @@ +rm -f this_file_will_be_deleted diff --git a/home/var/system/config-updater/pre-update b/home/var/system/config-updater/pre-update new file mode 100644 index 0000000..ad97a25 --- /dev/null +++ b/home/var/system/config-updater/pre-update @@ -0,0 +1 @@ +rm -rf .vim -- cgit v1.2.3