diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-11-18 21:54:40 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-11-18 21:54:40 +0100 |
commit | 352267912d243d4454d98370e998e70346e03572 (patch) | |
tree | 9e792fe2788e419e6a778aa850578cc98855921d /qtsixa/qtsixa.install | |
parent | adopt python2-numpydoc + update gitignore (diff) | |
download | aur-packages-352267912d243d4454d98370e998e70346e03572.tar.gz aur-packages-352267912d243d4454d98370e998e70346e03572.tar.bz2 aur-packages-352267912d243d4454d98370e998e70346e03572.tar.xz |
adopt qtsixa
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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" +} |