mirror of
https://gitee.com/amber-ce/amber-pm
synced 2025-12-17 19:01:37 +08:00
update trigger
This commit is contained in:
9
apm-dummy/DEBIAN/control
Executable file
9
apm-dummy/DEBIAN/control
Executable file
@@ -0,0 +1,9 @@
|
||||
Package: apm
|
||||
Version: 1.0
|
||||
Maintainer: shenmo <jifengshenmo@outlook.com>
|
||||
Priority: optional
|
||||
Section: utils
|
||||
Installed-Size: 36
|
||||
Description: A empty package to satisfy depends
|
||||
Architecture: all
|
||||
Homepage: https://shenmo7192.gitee.io/
|
||||
15
apm-dummy/DEBIAN/postinst
Executable file
15
apm-dummy/DEBIAN/postinst
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
export PACKAGE_NAME="$DPKG_MAINTSCRIPT_PACKAGE"
|
||||
|
||||
|
||||
case "$1" in
|
||||
triggered)
|
||||
amber-pm-dstore-patch
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
|
||||
|
||||
true
|
||||
1
apm-dummy/DEBIAN/triggers
Executable file
1
apm-dummy/DEBIAN/triggers
Executable file
@@ -0,0 +1 @@
|
||||
interest-noawait /var/lib/apm
|
||||
Reference in New Issue
Block a user