Co-authored-by: xyny <60004820+xynydev@users.noreply.github.com> Co-authored-by: Gerald Pinder <gmpinder@gmail.com> Co-authored-by: certifiedfoolio <156134535+cherry-os@users.noreply.github.com> Co-authored-by: xyny <git@xyny.anonaddy.me> Co-authored-by: somebody once told me <156134535+certifiedfoolio@users.noreply.github.com> Co-authored-by: franute <franute@gmail.com>
11 lines
232 B
Desktop File
11 lines
232 B
Desktop File
[Unit]
|
|
Description=Create symbolic links for directories in /usr/lib/opt/ to /var/opt/
|
|
After=multi-user.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/libexec/bluebuild/optfix.sh
|
|
RemainAfterExit=no
|
|
|
|
[Install]
|
|
WantedBy=default.target
|