Fix icons directory for gtk-update-icon-cache
This commit is contained in:
parent
64ac864f80
commit
c05670c288
|
@ -264,7 +264,7 @@ if not files_only:
|
||||||
print(f'Performing post {stage} tasks.')
|
print(f'Performing post {stage} tasks.')
|
||||||
|
|
||||||
cmds = [ [ 'update-desktop-database' ],
|
cmds = [ [ 'update-desktop-database' ],
|
||||||
[ 'gtk-update-icon-cache', os.path.join(destdir, os.path.join(prefix, 'icons/hicolor')[1:]) ] ]
|
[ 'gtk-update-icon-cache', os.path.join(destdir, os.path.join(prefix, 'share/icons/hicolor')[1:]) ] ]
|
||||||
if install:
|
if install:
|
||||||
cmds.append([ 'scrollkeeper-update', '-q', '-o', os.path.join(destdir, os.path.join(prefix, 'share/omf/diffuse')[1:]) ])
|
cmds.append([ 'scrollkeeper-update', '-q', '-o', os.path.join(destdir, os.path.join(prefix, 'share/omf/diffuse')[1:]) ])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue