diff options
| -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 |