Sign in

简柏林 / thingskit · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit
  • ..
  • deb
  • postrm
  • Improve debian packaging scripts.
    66193a34
    Igor Kulikov authored
    2019-06-20 13:31:38 +0300  
    Browse Files »
postrm 105 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
#!/bin/sh

set -e

systemctl --no-reload disable --now ${pkg.name}.service > /dev/null 2>&1 || :

exit 0