summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Rosen2016-08-06 22:36:00 -0400
committerIdo Rosen2016-08-06 22:36:00 -0400
commit4e080dbd98e772d521a02318b9d79dfe8062e916 (patch)
treea9e5367d6a162f5a842ef5f653761362f8233272
parentd3a2d9b426a32eac47172fc3ff83f14345610a5c (diff)
downloadaur-4e080dbd98e772d521a02318b9d79dfe8062e916.tar.gz
Fixed installation message.
-rw-r--r--.SRCINFO2
-rw-r--r--aksusbd.install7
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d0b8b931e3..773d037311d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 7 02:31:09 UTC 2016
+# Sun Aug 7 02:35:27 UTC 2016
pkgbase = aksusbd
pkgdesc = AKSUSB daemon supporting Sentinel HASP, HASP HL, HASP4 and Hardlock keys.
pkgver = 7.40
diff --git a/aksusbd.install b/aksusbd.install
index 10cbb47fab99..d262da2fc460 100644
--- a/aksusbd.install
+++ b/aksusbd.install
@@ -1,13 +1,10 @@
post_install() {
- echo "Do not forget to enable and start the service as root:"
- echo "systemctrl enable aksusbd"
- echo "systemctrl start aksusbd"
+ echo "Remember to run 'sudo systemctl start aksusbd' to start the service."
+ echo "To make it persist across reboots, run 'sudo systemctl enable aksusbd'."
}
post_upgrade() {
- echo
}
post_remove() {
- echo
}