diff options
| author | David Kaufmann <astra@ionic.at> | 2017-04-26 01:11:19 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2017-04-26 01:11:19 +0200 |
| commit | a4bde9ae3273eceb125d2916baa78fd6714aa75a (patch) | |
| tree | 3d98231da05e4657fa6e3535f420aae606b5fd14 /home/var | |
| parent | 30cd159368b631d042b635264f070e19979961bb (diff) | |
| download | config-a4bde9ae3273eceb125d2916baa78fd6714aa75a.tar.gz | |
add config updater
Diffstat (limited to 'home/var')
| -rw-r--r-- | home/var/system/config-updater/post-update | 1 | ||||
| -rw-r--r-- | home/var/system/config-updater/pre-update | 1 |
2 files changed, 2 insertions, 0 deletions
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 |
