Skip to content

Commit 9a0dbfd

Browse files
committed
Add reminder to delete block after 1 year.
1 parent bff6d2a commit 9a0dbfd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/shortcuts.ps1

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ function rm_startmenu_shortcuts($manifest, $global, $arch) {
4343
Remove-Item $shortcut
4444
}
4545
# Before issue 1514 Startmenu shortcut removal
46+
#
47+
# Shortcuts that should have been installed globally would
48+
# have been installed locally up until 27 June 2017.
49+
#
50+
# TODO: Fairly safe to remove this 'if' block and comment after
51+
# 27 June 2018.
4652
if($global) {
4753
$shortcut = "$(shortcut_folder $false)\$name.lnk"
4854
if(Test-Path -Path $shortcut) {

0 commit comments

Comments
 (0)