diff options
Diffstat (limited to 'libre/xorg-fonts-75dpi/xfonts.install')
-rw-r--r-- | libre/xorg-fonts-75dpi/xfonts.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libre/xorg-fonts-75dpi/xfonts.install b/libre/xorg-fonts-75dpi/xfonts.install deleted file mode 100644 index 14080a0a5..000000000 --- a/libre/xorg-fonts-75dpi/xfonts.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - echo -n "Updating font cache... " - fc-cache -s - mkfontscale /usr/share/fonts/75dpi - mkfontdir /usr/share/fonts/75dpi - echo "done." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |