#!/bin/bash

# Stopping the service
service dstore stop || true

# Removing files
rm -rf /opt/dstore || true
rm -rf /etc/dstore || true
rm /etc/init.d/dstore || true
