summaryrefslogtreecommitdiff
path: root/debian/default-fonts-fc-sdk.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/default-fonts-fc-sdk.postinst')
-rw-r--r--debian/default-fonts-fc-sdk.postinst20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/default-fonts-fc-sdk.postinst b/debian/default-fonts-fc-sdk.postinst
deleted file mode 100644
index d50cb31..0000000
--- a/debian/default-fonts-fc-sdk.postinst
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-
-FONT_FILES="99-slp.conf"
-
-if [ ${USER} == "root" ]
-then
- # Change file owner
- # Font files
- for file in `echo $FONT_FILES`
- do
- chown root:root /usr/etc/fonts/conf.d/$file
- done
-fi
-
-# Font files
-for file in `echo $FONT_FILES`
-do
- chmod 644 /usr/etc/fonts/conf.d/$file
-done
-