File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ deb-build: build-linux
32
32
cp install/cos-csi-mounter.service $(BUILD_DIR)/etc/systemd/system/
33
33
cp install/share.conf $(BUILD_DIR)/etc/ibmcloud/
34
34
cp ${BIN_DIR}/cos-csi-mounter-server $(BUILD_DIR)/usr/local/bin/
35
+ cp install/postinst.sh $(BUILD_DIR)/DEBIAN/postinst
35
36
cp install/prerm.sh $(BUILD_DIR)/DEBIAN/prerm
36
37
37
38
echo "Package: $(BUILD_DIR)" > $(DEBIAN_CONTROL)
38
39
echo "Version: $(APP_VERSION)" >> $(DEBIAN_CONTROL)
39
40
echo "Maintainer: $(MAINTAINER)" >> $(DEBIAN_CONTROL)
40
41
echo "Architecture: $(DEB_ARCH)" >> $(DEBIAN_CONTROL)
41
42
echo "Description: $(DESCRIPTION)" >> $(DEBIAN_CONTROL)
42
- # echo "Depends: mount.ibmshare-0.0.8" >> $(DEBIAN_CONTROL)
43
43
44
44
dpkg-deb --build $(BUILD_DIR)
45
45
rm -rf $(BUILD_DIR)
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ exit 0
You can’t perform that action at this time.
0 commit comments