commit | d9c1a779adb4292a99389c99887d833fafd02420 | [log] [tgz] |
---|---|---|
author | Roman Vyalov <rvyalov@mirantis.com> | Mon Jun 25 16:29:18 2018 +0300 |
committer | Roman Vyalov <rvyalov@mirantis.com> | Mon Jun 25 16:29:18 2018 +0300 |
tree | 14b2627dfd774e325780fb6482a228b921dcb2f2 | |
parent | 0ce7663e8104e6fa4b87eac3f132755d773550b7 [diff] [blame] |
Move debian dir to the master Add debian dir to combine building workflow Change-Id: I454ff17228543cc1ea3222dfba9bd09b8b763867 PROD: https://mirantis.jira.com/browse/PROD-20910
diff --git a/debian/salt-formula-ceilometer.postrm b/debian/salt-formula-ceilometer.postrm new file mode 100644 index 0000000..843c4d1 --- /dev/null +++ b/debian/salt-formula-ceilometer.postrm
@@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +dpkg-maintscript-helper symlink_to_dir \ + /usr/share/salt-formulas/env/ceilometer/files/pike /usr/share/salt-formulas/env/ceilometer/files/ocata salt-formula-ceilometer -- "$@" + +#DEBHELPER# + +exit 0