We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa85119 + 2200fe5 commit 536c819Copy full SHA for 536c819
3 files changed
Extras/specs/centos-longview.spec
@@ -80,7 +80,3 @@ if [ $1 -ge 1 ] ; then
80
# Package upgrade, not uninstall
81
service longview restart || :
82
fi
83
-if [ $1 -eq 0 ]; then
84
- # package remove, not upgrade
85
- rm -rf /etc/linode/
86
-fi
Extras/specs/fedora-longview.spec
@@ -85,7 +85,3 @@ if [ $1 -ge 1 ] ; then
/bin/systemctl try-restart longview.service >/dev/null 2>&1 || :
87
88
89
90
91
debian/linode-longview.postrm
@@ -13,5 +13,4 @@ fi
13
14
if [ "$1" = "remove" -o "$1" = "purge" ]; then
15
update-rc.d -f longview remove
16
17
+fi
0 commit comments