7 lines
145 B
Desktop File
7 lines
145 B
Desktop File
[Unit]
|
|
Description=Check pacman updates
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'checkupdates > ~/.cache/updates-count 2>/dev/null || true'
|