diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 16:58:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-28 23:45:47 +0700 |
commit | b6302a54efb01c821fc559d6c432cefc100c550d (patch) | |
tree | ac22df633aa0cde1acea5ceffe84a874736ab92f /misc/gnu-unifont/doinst.sh | |
parent | 3a024b65cf48fca8d796b502b4d00a7699ad6edf (diff) | |
download | slackbuilds-b6302a54efb01c821fc559d6c432cefc100c550d.tar.gz |
system/gnu-unifont: Moved to system category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/gnu-unifont/doinst.sh')
-rw-r--r-- | misc/gnu-unifont/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/misc/gnu-unifont/doinst.sh b/misc/gnu-unifont/doinst.sh deleted file mode 100644 index 2822cf238c..0000000000 --- a/misc/gnu-unifont/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -# Update the X font indexes: -if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/misc ; mkfontscale . ; mkfontdir . ) - ( cd /usr/share/fonts/TTF ; mkfontscale . ; mkfontdir . ) -fi - -if [ -x /usr/bin/fc-cache ]; then - /usr/bin/fc-cache -f -fi |