Skip to content

Commit

Permalink
Update postrm
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdavnik committed Oct 24, 2018
1 parent e0494ab commit 86c37b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/postrm
@@ -1,5 +1,4 @@
#!/bin/sh -e
mkdir -p /opt

# Stopping oxd-server
# This will stop oxd-server if its have been removed by purge
Expand All @@ -25,4 +24,5 @@ if [ "$1" = purge ]; then
rm -rf /opt/oxd-https-extension > /dev/null 2>&1
fi

mkdir -p /opt > /dev/null 2>&1
exit 0

0 comments on commit 86c37b4

Please sign in to comment.