diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 06:57:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-11 07:22:24 +0700 |
commit | d5fcf3775a7d5aba3d240c02272517276349345e (patch) | |
tree | d69d531d1c369ed6168a5e2301be6cd3e62d006d /graphics/pinta/doinst.sh | |
parent | 04153d035338af52503e298a31334c6e9bc2d10a (diff) |
graphics/pinta: Removed (No longer build).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/pinta/doinst.sh')
-rw-r--r-- | graphics/pinta/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/pinta/doinst.sh b/graphics/pinta/doinst.sh deleted file mode 100644 index 65c7e2eeb9..0000000000 --- a/graphics/pinta/doinst.sh +++ /dev/null @@ -1,9 +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 [ -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 |