summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372018-07-12 21:22:05 -0300
committerbtd13372018-07-12 21:22:05 -0300
commita480f17f15958a6f5e0c3608ba6491463d92b611 (patch)
tree9196ef50f3dc1194f5653a80481bb9dfacbd5adf /PKGBUILD
parenta67bb7cc29d3751074f6466106da8e2d457be9b2 (diff)
downloadaur-a480f17f15958a6f5e0c3608ba6491463d92b611.tar.gz
Remove set theme command
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0dc116bd030..9612907339aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,5 @@ package() {
find ${pkgdir}/usr -type f -exec chmod 644 {} \;
find ${pkgdir}/usr -type d -exec chmod 755 {} \;
find ${pkgdir}/usr -type f -name '.directory' -delete
- gsettings set org.gnome.desktop.interface icon-theme "${_gitname}"
}