summarylogtreecommitdiffstats
path: root/p-rout.install
diff options
context:
space:
mode:
authorBert Burgemeister2015-08-28 06:27:49 +0200
committerBert Burgemeister2015-08-28 06:27:49 +0200
commitc1806116a62cf87841d3444b1fdff6a1dd75d331 (patch)
treebfea295ee2a0bfd798b88bd68980205208367a4a /p-rout.install
downloadaur-c1806116a62cf87841d3444b1fdff6a1dd75d331.tar.gz
Reviving deleted package
Diffstat (limited to 'p-rout.install')
-rw-r--r--p-rout.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/p-rout.install b/p-rout.install
new file mode 100644
index 000000000000..36a1b1641228
--- /dev/null
+++ b/p-rout.install
@@ -0,0 +1,8 @@
+post_install() {
+ systemd-tmpfiles --create p-rout.conf
+ echo "For configuration instructions see ${pkgdir}/usr/share/doc/p-rout/README"
+}
+
+post_upgrade() {
+ post_install "$1"
+}