diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-30 00:03:04 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-30 00:03:04 +0800 |
| commit | 17e380cade26b14f792b170df5b556a0fd36cf25 (patch) | |
| tree | bb2d1a93af9f1db72e5c9ec4006b15e49c0e23e2 /repos | |
| parent | 0f6c615fe337213f017817131c6a7a97608be428 (diff) | |
| download | alicelinux-17e380cade26b14f792b170df5b556a0fd36cf25.tar.gz alicelinux-17e380cade26b14f792b170df5b556a0fd36cf25.zip | |
updated postinstall script
Diffstat (limited to 'repos')
| -rwxr-xr-x | repos/extra/geany/postinstall | 2 | ||||
| -rwxr-xr-x | repos/extra/gtk3/postinstall | 1 | ||||
| -rwxr-xr-x | repos/extra/htop/postinstall | 2 | ||||
| -rwxr-xr-x | repos/extra/qemu/postinstall | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/repos/extra/geany/postinstall b/repos/extra/geany/postinstall deleted file mode 100755 index 80598c06..00000000 --- a/repos/extra/geany/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -update-desktop-database --quiet diff --git a/repos/extra/gtk3/postinstall b/repos/extra/gtk3/postinstall index fa52c8be..986f4a27 100755 --- a/repos/extra/gtk3/postinstall +++ b/repos/extra/gtk3/postinstall @@ -1,4 +1,3 @@ #!/bin/sh -update-desktop-database --quiet gtk-query-immodules-3.0 --update-cache glib-compile-schemas /usr/share/glib-2.0/schemas diff --git a/repos/extra/htop/postinstall b/repos/extra/htop/postinstall deleted file mode 100755 index 80598c06..00000000 --- a/repos/extra/htop/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -update-desktop-database --quiet diff --git a/repos/extra/qemu/postinstall b/repos/extra/qemu/postinstall deleted file mode 100755 index 80598c06..00000000 --- a/repos/extra/qemu/postinstall +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -update-desktop-database --quiet |