9 lines
160 B
Bash
9 lines
160 B
Bash
#!/bin/sh -e
|
|
|
|
chmod a+x /opt/wagic/wagic
|
|
chmod a+x /opt/wagic/launcher
|
|
chmod -R a+rw /home/user/wagic
|
|
gtk-update-icon-cache -f /usr/share/icons/hicolor
|
|
|
|
exit 0
|