From 2698084c871e870e554fc24c11406ed8e2205c93 Mon Sep 17 00:00:00 2001 From: mollusk Date: Sat, 26 Jan 2019 09:02:17 -0700 Subject: [PATCH] symlinker.sh: Replace loadsshkeys with papirus Former-commit-id: 206c2012a631f3b814365359fc9d2aafa2ae3bba Former-commit-id: b35069887ef5f7973fae0e3dfee76159db2f2cbc --- symlinker.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/symlinker.sh b/symlinker.sh index 640de07..f0dbfb0 100755 --- a/symlinker.sh +++ b/symlinker.sh @@ -30,8 +30,8 @@ function idd(){ } -function loadsshkeys(){ - name="loadsshkeys" +function papirusIconTheme(){ + name="papirus-icon-theme-installer_(root).sh" linkDir="${linkDir}" if [ ! -f "${linkDir}/${name}" ];then @@ -94,8 +94,8 @@ case "${1}" in idd ) idd;; - loadsshkeys) - loadsshkeys + papirus) + papirusIconTheme ;;