@@ -52,6 +52,7 @@ entry-panel := appid + '.Panel.desktop'
52
52
entry-power := appid + ' .Power.desktop'
53
53
entry-region-language := appid + ' .RegionLanguage.desktop'
54
54
entry-sound := appid + ' .Sound.desktop'
55
+ entry-startup-apps := appid + ' .StartupApps.desktop'
55
56
entry-system := appid + ' .System.desktop'
56
57
entry-time := appid + ' .Time.desktop'
57
58
entry-touchpad := appid + ' .Touchpad.desktop'
@@ -91,6 +92,7 @@ install-desktop-entries:
91
92
install -Dm0644 ' resources/{{ entry-power}} ' ' {{ appdir}} /{{ entry-power}} '
92
93
install -Dm0644 ' resources/{{ entry-region-language}} ' ' {{ appdir}} /{{ entry-region-language}} '
93
94
install -Dm0644 ' resources/{{ entry-sound}} ' ' {{ appdir}} /{{ entry-sound}} '
95
+ install -Dm0644 ' resources/{{ entry-startup-apps}} ' ' {{ appdir}} /{{ entry-startup-apps}} '
94
96
install -Dm0644 ' resources/{{ entry-system}} ' ' {{ appdir}} /{{ entry-system}} '
95
97
install -Dm0644 ' resources/{{ entry-time}} ' ' {{ appdir}} /{{ entry-time}} '
96
98
install -Dm0644 ' resources/{{ entry-touchpad}} ' ' {{ appdir}} /{{ entry-touchpad}} '
@@ -144,6 +146,7 @@ uninstall:
144
146
' {{ appdir}} /{{ entry-power}} ' \
145
147
' {{ appdir}} /{{ entry-region-language}} ' \
146
148
' {{ appdir}} /{{ entry-sound}} ' \
149
+ ' {{ appdir}} /{{ entry-startup-apps}} ' \
147
150
' {{ appdir}} /{{ entry-system}} ' \
148
151
' {{ appdir}} /{{ entry-time}} ' \
149
152
' {{ appdir}} /{{ entry-touchpad}} ' \
0 commit comments