mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-19 02:08:59 +08:00
Add file header to debian scripts
This commit is contained in:
parent
187f90dca5
commit
8a288b90bc
@ -1,5 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
# DEB File : postinst
|
||||||
|
# File Authors : sanchuanhehe <wyihe5520@gmail.com>
|
||||||
|
# Contributors : Nil Null <nil@null.org>
|
||||||
|
# |
|
||||||
|
# Created On : <2025-06-14>
|
||||||
|
# Last Modified : <2025-06-15>
|
||||||
|
#
|
||||||
# postinst script for chsrc
|
# postinst script for chsrc
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,5 +1,16 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
# DEB File : prerm
|
||||||
|
# File Authors : sanchuanhehe <wyihe5520@gmail.com>
|
||||||
|
# Contributors : Nil Null <nil@null.org>
|
||||||
|
# |
|
||||||
|
# Created On : <2025-06-14>
|
||||||
|
# Last Modified : <2025-06-15>
|
||||||
|
#
|
||||||
# prerm script for chsrc
|
# prerm script for chsrc
|
||||||
|
# --------------------------------------------------------------
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user