summarylogtreecommitdiffstats
path: root/elos.install
diff options
context:
space:
mode:
authorWolfgang Gehrhardt2024-02-12 00:04:46 +0100
committerWolfgang Gehrhardt2024-02-12 00:04:46 +0100
commit1b81ea056069840c9736753d2f57a892b75fa08e (patch)
tree676c5392e791869bc0aedd056b78919f03deb8eb /elos.install
downloadaur-1b81ea056069840c9736753d2f57a892b75fa08e.tar.gz
Add elos 0.53.11
Diffstat (limited to 'elos.install')
-rw-r--r--elos.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/elos.install b/elos.install
new file mode 100644
index 000000000000..5d25481f1c6a
--- /dev/null
+++ b/elos.install
@@ -0,0 +1,11 @@
+## arg 1: the new package version
+post_install() {
+ install -d -m 755 "/var/log/elos/"
+ install -d -m 755 "/run/elos/"
+}
+
+## arg 1: the old package version
+post_remove() {
+ rm -rf "/var/log/elos/"
+ rm -rf "/run/elos"
+}