summarylogtreecommitdiffstats
path: root/neutron.plugin.openvswitch.install
diff options
context:
space:
mode:
authorErhan SAHIN2015-07-03 01:37:01 +0300
committerErhan SAHIN2015-07-03 01:37:01 +0300
commitc40a967245ddfc71e9c2ab23e96dab5b4280e9c3 (patch)
tree90ff95b99dea88f624f5961ce3fec1ebe4a3034b /neutron.plugin.openvswitch.install
downloadaur-c40a967245ddfc71e9c2ab23e96dab5b4280e9c3.tar.gz
Initial import
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
+}