diff options
Diffstat (limited to 'qtsixa/qtsixa.install')
-rw-r--r-- | qtsixa/qtsixa.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qtsixa/qtsixa.install b/qtsixa/qtsixa.install new file mode 100644 index 0000000..fd8ebfb --- /dev/null +++ b/qtsixa/qtsixa.install @@ -0,0 +1,13 @@ +post_install() { + groupadd sixad &> /dev/null + chown -R root:sixad /var/lib/sixad/ + chmod 775 -R /var/lib/sixad/ + echo "You may need to add your user in sixad's group in order to use QTSixa" + } + +post_upgrade() { + groupadd sixad &> /dev/null + chown -R root:sixad /var/lib/sixad/ + chmod 775 -R /var/lib/sixad/ + echo "You may need to add your user in sixad's group in order to use QTSixa" +} |