summarylogtreecommitdiffstats
path: root/aksusbd.install
diff options
context:
space:
mode:
Diffstat (limited to 'aksusbd.install')
-rw-r--r--aksusbd.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/aksusbd.install b/aksusbd.install
new file mode 100644
index 000000000000..10cbb47fab99
--- /dev/null
+++ b/aksusbd.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo "Do not forget to enable and start the service as root:"
+ echo "systemctrl enable aksusbd"
+ echo "systemctrl start aksusbd"
+}
+
+post_upgrade() {
+ echo
+}
+
+post_remove() {
+ echo
+}