summaryrefslogtreecommitdiff
path: root/systemd/gdk-pixbuf-cache-loaders.service
blob: 5dd4fd77cf044a7121d0c97c82d808664f822064 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Cache all the gdk-pixbuf loaders
After=multi-user.target
ConditionPathExists=!/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache

[Service]
Type=oneshot
ExecStart=/bin/sh -c 'gdk-pixbuf-query-loaders > /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'

[Install]
WantedBy=multi-user.target