diff options
author | Charadon <dev@iotib.net> | 2022-09-30 09:51:30 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-30 09:51:30 -0400 |
commit | fc9e0cd4c05e3224764dd61802c8f0909d42284c (patch) | |
tree | 8b06172e69de5b9e57e501b23081eac95e2ebd24 | |
parent | 8d09a34ce2bdd01cc66c7510202b53bf3cc0e2ac (diff) | |
download | dscip-fc9e0cd4c05e3224764dd61802c8f0909d42284c.tar.gz |
packaging.txt: Added note about how packagers can remove update.sh safely.
-rw-r--r-- | docs/packaging.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/packaging.txt b/docs/packaging.txt index 5b66d0a..a7f0346 100644 --- a/docs/packaging.txt +++ b/docs/packaging.txt @@ -2,6 +2,8 @@ My personal recommended way to package DSCIP is to do the following: Install all the scripts except setup.sh into /usr/share/charadon/dscip. Next, install setup.sh to /usr/bin/setup-dscip. +Optionally, you can remove update.sh, if you wish for the user *not* to be +able to update dscip on their own outside of the packaging system. And install the docs to your system's recommended documentation directory. (Usually /usr/share/doc, or /usr/doc) |