Skip to content

Commit

Permalink
Merge "Closes-Bug: #1492063 - Avoiding manual steps during upgrade/pu…
Browse files Browse the repository at this point in the history
…rge using preinst/postrm scripts" into R2.22-dev
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Sep 5, 2015
2 parents 8708776 + 2c3f954 commit cd02a54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/debian/contrail-server-manager-installer/debian/postrm
@@ -0,0 +1,6 @@
# Sample debian/rules that uses debhelper.
#!/bin/sh
set -e

echo "running post rm"
rm -rf /opt/contrail/contrail_server_manager/
@@ -0,0 +1,6 @@
# Sample debian/rules that uses debhelper.
#!/bin/sh
set -e

echo "running pre install"
rm -rf /opt/contrail/contrail_server_manager/

0 comments on commit cd02a54

Please sign in to comment.