summarylogtreecommitdiffstats
path: root/neutron.plugin.openvswitch.install
diff options
context:
space:
mode:
authorErhan SAHIN2015-06-12 00:33:05 +0300
committerErhan SAHIN2015-06-12 00:33:05 +0300
commit0d217b4c2dc7e626897b6415700a6f3fa7affe75 (patch)
tree4a945acdae3e6ec88d666369f4bd3edb86d49f9e /neutron.plugin.openvswitch.install
downloadaur-0d217b4c2dc7e626897b6415700a6f3fa7affe75.tar.gz
AUR4 Migration
Diffstat (limited to 'neutron.plugin.openvswitch.install')
-rw-r--r--neutron.plugin.openvswitch.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/neutron.plugin.openvswitch.install b/neutron.plugin.openvswitch.install
new file mode 100644
index 000000000000..c1e80dc031ee
--- /dev/null
+++ b/neutron.plugin.openvswitch.install
@@ -0,0 +1,12 @@
+post_install() {
+ chown -R neutron:neutron /etc/neutron/plugins
+}
+
+post_upgrade() {
+ post_install
+}
+
+pre_remove() {
+ echo OK
+ true
+}