removed docker and code, added flatpaks
This commit is contained in:
parent
3a66d036dc
commit
df6bc8c3b4
7 changed files with 120 additions and 9 deletions
14
files/system/etc/systemd/system/bluefin-icons-ensure.service
Normal file
14
files/system/etc/systemd/system/bluefin-icons-ensure.service
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Ensure Bluefin GRUB icon is installed when a GRUB theme exists
|
||||
ConditionPathExists=/boot/grub2/user.cfg
|
||||
After=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/share/bluefin-icons/install.sh
|
||||
SuccessExitStatus=0 3
|
||||
StandardOutput=journal
|
||||
StandardError=journal
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -0,0 +1 @@
|
|||
../bluefin-icons-ensure.service
|
||||
Loading…
Add table
Add a link
Reference in a new issue