Skip to content

Commit f251a67

Browse files
committed
publish dev tag
Signed-off-by: Ashima-Ashima1 <Ashima.Ashima1@ibm.com>
1 parent 1886bba commit f251a67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cos-csi-mounter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ deb-build: build-linux
3232
cp install/cos-csi-mounter.service $(BUILD_DIR)/etc/systemd/system/
3333
cp install/share.conf $(BUILD_DIR)/etc/ibmcloud/
3434
cp ${BIN_DIR}/cos-csi-mounter-server $(BUILD_DIR)/usr/local/bin/
35+
cp install/postinst.sh $(BUILD_DIR)/DEBIAN/postinst
3536
cp install/prerm.sh $(BUILD_DIR)/DEBIAN/prerm
3637

3738
echo "Package: $(BUILD_DIR)" > $(DEBIAN_CONTROL)
3839
echo "Version: $(APP_VERSION)" >> $(DEBIAN_CONTROL)
3940
echo "Maintainer: $(MAINTAINER)" >> $(DEBIAN_CONTROL)
4041
echo "Architecture: $(DEB_ARCH)" >> $(DEBIAN_CONTROL)
4142
echo "Description: $(DESCRIPTION)" >> $(DEBIAN_CONTROL)
42-
# echo "Depends: mount.ibmshare-0.0.8" >> $(DEBIAN_CONTROL)
4343

4444
dpkg-deb --build $(BUILD_DIR)
4545
rm -rf $(BUILD_DIR)

cos-csi-mounter/install/postinst.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
exit 0

0 commit comments

Comments
 (0)