diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-27 17:31:43 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-08-27 17:31:43 +0300 |
commit | c2105fa2a915ab23d9bc935681ff27e8e8d4f4a4 (patch) | |
tree | bad4f2f0504b6ad7343e792337e6103cb85974de | |
parent | f525d8f09ec0e60effe70623a19c700a3a202db0 (diff) | |
download | sciteco-c2105fa2a915ab23d9bc935681ff27e8e8d4f4a4.tar.gz |
readded the executable flag to debian/sciteco-gtk.install
This is actually important, so that dh-exec gets used.
-rwxr-xr-x[-rw-r--r--] | debian/sciteco-gtk.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/sciteco-gtk.install b/debian/sciteco-gtk.install index bafa0d8..7381dd7 100644..100755 --- a/debian/sciteco-gtk.install +++ b/debian/sciteco-gtk.install @@ -1,4 +1,6 @@ #!/usr/bin/dh-exec +# NOTE: DO NOT REMOVE THE EXECUTABLE FLAG FROM THIS FILE + usr/bin/gsciteco # Theoretically, these scripts could be in sciteco-common, # but they need an interpreter and the name depends on the version installed. |