summarylogtreecommitdiffstats
path: root/mysql-router.install
diff options
context:
space:
mode:
authorChristian Hesse2017-01-18 16:09:02 +0100
committerChristian Hesse2017-01-18 16:09:02 +0100
commit1c6339359e64d2ea460f75975d2acb5781f506ef (patch)
treeb56faca7dddd977221e4d3dbc790c8e0c519d397 /mysql-router.install
parentb04458e2f3217ec358cf4a11f8647eda78125d12 (diff)
downloadaur-mysql-router.tar.gz
commit mysql-router 2.0.4-1
Diffstat (limited to 'mysql-router.install')
-rw-r--r--mysql-router.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/mysql-router.install b/mysql-router.install
deleted file mode 100644
index cefa0967ec95..000000000000
--- a/mysql-router.install
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-prepare() {
- systemd-sysusers /usr/lib/sysusers.d/mysqlrouter.conf
- systemd-tmpfiles --create
-}
-
-post_install() {
- prepare
-}
-
-post_upgrade() {
- prepare
-}