diff options
author | Cem Keylan <cem@ckyln.com> | 2021-02-07 14:14:39 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-02-07 14:14:39 +0300 |
commit | b6eef1a6d8df9085cf3a9bcff58f38aaa7e92427 (patch) | |
tree | 8773d0fc09a9fe73a89185e476129a233186c7b9 /extra/gtk+3/post-install | |
parent | 9cc6f7d619e6b5e904d73919e0dc566a4fb89a94 (diff) | |
download | repository-b6eef1a6d8df9085cf3a9bcff58f38aaa7e92427.tar.gz |
gtk+3: move to extra
Diffstat (limited to 'extra/gtk+3/post-install')
-rwxr-xr-x | extra/gtk+3/post-install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/gtk+3/post-install b/extra/gtk+3/post-install new file mode 100755 index 00000000..551057e9 --- /dev/null +++ b/extra/gtk+3/post-install @@ -0,0 +1,3 @@ +#!/bin/sh -e + +glib-compile-schemas /usr/share/glib-2.0/schemas/ |