diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 01:39:23 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-01 01:39:23 +0800 |
| commit | baa829601f1697b586621abb947ed83ed7b0b98e (patch) | |
| tree | 50ea674658d6051fd8d8be988c6a0c1287c13b6a /repos/extra | |
| parent | c963df91358e659b037f314d589f0dbf2bd36754 (diff) | |
| download | alicelinux-baa829601f1697b586621abb947ed83ed7b0b98e.tar.gz alicelinux-baa829601f1697b586621abb947ed83ed7b0b98e.zip | |
removed postinstall script
Diffstat (limited to 'repos/extra')
| -rwxr-xr-x | repos/extra/dejavu-fonts-ttf/postinstall | 2 | ||||
| -rwxr-xr-x | repos/extra/gdk-pixbuf/postinstall | 2 | ||||
| -rwxr-xr-x | repos/extra/glib/postinstall | 2 | ||||
| -rwxr-xr-x | repos/extra/gtk3/postinstall | 3 | ||||
| -rwxr-xr-x | repos/extra/shared-mime-info/postinstall | 2 |
5 files changed, 0 insertions, 11 deletions
diff --git a/repos/extra/dejavu-fonts-ttf/postinstall b/repos/extra/dejavu-fonts-ttf/postinstall deleted file mode 100755 index b829d0a4..00000000 --- a/repos/extra/dejavu-fonts-ttf/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -fc-cache -s diff --git a/repos/extra/gdk-pixbuf/postinstall b/repos/extra/gdk-pixbuf/postinstall deleted file mode 100755 index 9d286ec1..00000000 --- a/repos/extra/gdk-pixbuf/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -gdk-pixbuf-query-loaders --update-cache diff --git a/repos/extra/glib/postinstall b/repos/extra/glib/postinstall deleted file mode 100755 index cf9e9fc6..00000000 --- a/repos/extra/glib/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -glib-compile-schemas /usr/share/glib-2.0/schemas diff --git a/repos/extra/gtk3/postinstall b/repos/extra/gtk3/postinstall deleted file mode 100755 index 986f4a27..00000000 --- a/repos/extra/gtk3/postinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -gtk-query-immodules-3.0 --update-cache -glib-compile-schemas /usr/share/glib-2.0/schemas diff --git a/repos/extra/shared-mime-info/postinstall b/repos/extra/shared-mime-info/postinstall deleted file mode 100755 index 541c9d01..00000000 --- a/repos/extra/shared-mime-info/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -update-mime-database /usr/share/mime |