diff options
author | Michael Pratt <hi@michael-pratt.com> | 2017-09-22 23:44:54 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-22 23:45:17 +0100 |
commit | c21898dda5405f24e3075295fc4f33ef8bac04ab (patch) | |
tree | e1c79d7e8f7842f11f4018fa9dcf8a62206bfe66 /desktop | |
parent | 43da3985d2fb2701bbb6c0be0638fd5a8d0e5102 (diff) | |
download | slackbuilds-c21898dda5405f24e3075295fc4f33ef8bac04ab.tar.gz |
desktop/areao43-icon-theme: Fixed SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/areao43-icon-theme/README | 2 | ||||
-rw-r--r-- | desktop/areao43-icon-theme/areao43-icon-theme.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/areao43-icon-theme/doinst.sh | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/desktop/areao43-icon-theme/README b/desktop/areao43-icon-theme/README index 496a468d4b..69c78e1fc7 100644 --- a/desktop/areao43-icon-theme/README +++ b/desktop/areao43-icon-theme/README @@ -1,5 +1,5 @@ This is an icon set meant to be used with dark themes. It's based on servechilled's area.o42 icons. -NOTE: This version is explicitly meant to leave out application icons, +NOTE: This version is explicitly meant to leave out application icons, they are too much! diff --git a/desktop/areao43-icon-theme/areao43-icon-theme.SlackBuild b/desktop/areao43-icon-theme/areao43-icon-theme.SlackBuild index 65aee11cb4..7faaed76c7 100644 --- a/desktop/areao43-icon-theme/areao43-icon-theme.SlackBuild +++ b/desktop/areao43-icon-theme/areao43-icon-theme.SlackBuild @@ -23,10 +23,10 @@ PRGNAM=areao43-icon-theme VERSION=${VERSION:-1.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} -ARC=noarch +ARCH=noarch CWD=$(pwd) TMP=${TMP:-/tmp/SBo} @@ -58,7 +58,6 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc -cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/desktop/areao43-icon-theme/doinst.sh b/desktop/areao43-icon-theme/doinst.sh deleted file mode 100644 index aea0f894eb..0000000000 --- a/desktop/areao43-icon-theme/doinst.sh +++ /dev/null @@ -1,13 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |