OSDN Git Service

色々Fix
authorYukidaruma-dev <yukir0dev@gmail.com>
Thu, 25 Apr 2019 22:14:58 +0000 (07:14 +0900)
committerYukidaruma-dev <yukir0dev@gmail.com>
Thu, 25 Apr 2019 22:14:58 +0000 (07:14 +0900)
debs/serenelinux-artworks-1.0.0.deb [deleted file]
serenelinux-artworks/DEBIAN/postinst [moved from serenelinux-artworks/make-symbolic-link.bash with 87% similarity, mode: 0755]
serenelinux-plymouth/DEBIAN/postinst [changed mode: 0644->0755]
serenelinux-pylib3/DEBIAN/control [new file with mode: 0644]
serenelinux-pylib3/DEBIAN/preinst [new file with mode: 0755]

diff --git a/debs/serenelinux-artworks-1.0.0.deb b/debs/serenelinux-artworks-1.0.0.deb
deleted file mode 100644 (file)
index ef6dea2..0000000
Binary files a/debs/serenelinux-artworks-1.0.0.deb and /dev/null differ
old mode 100644 (file)
new mode 100755 (executable)
similarity index 87%
rename from serenelinux-artworks/make-symbolic-link.bash
rename to serenelinux-artworks/DEBIAN/postinst
index 9beb56f..d82363a
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #背景画像
-ln -nfs /usr/share/serene/serene-wallpaper-1.pmg /etc/alternatives/desktop-background
+ln -nfs /usr/share/serene/serene-wallpaper-1.png /etc/alternatives/desktop-background
 
 #背景の設定ファイル(Xfceの設定とは別)
 ln -nfs /usr/share/images/desktop-base/serene.xml /etc/alternatives/desktop-background.xml
@@ -12,4 +12,4 @@ ln -nfs /etc/alternatives/desktop-grub /etc/grub.d/backgrounds/grub.png
 
 #BodhiBuilderのアイコンの変更
 ln -nfs /usr/share/pixmaps/serene/icon.png /usr/share/icons/bbinstall.png
-ln -nfs /usr/share/pixmaps/serene/icon.png /usr/share/icons/bbinstall_previous.png
\ No newline at end of file
+ln -nfs /usr/share/pixmaps/serene/icon.png /usr/share/icons/bbinstall_previous.png
old mode 100644 (file)
new mode 100755 (executable)
index 8d1c8b6..10f960d
@@ -1 +1,3 @@
+#!/bin/bash
+plymouth-set-default-theme -R serene-logo
+update-initramfs -u
diff --git a/serenelinux-pylib3/DEBIAN/control b/serenelinux-pylib3/DEBIAN/control
new file mode 100644 (file)
index 0000000..3b99b78
--- /dev/null
@@ -0,0 +1,11 @@
+Maintainer: Serene Team <serenelinux.dev@gmail.com>
+Package: serenelinux-pylib3
+Depends: python-pip3
+Section: main
+Version: 1.0.0
+Architecture: amd64
+Description: pylib
+ python librarys
+Homepage: https://serenelinux.com/
+Priority: optional
diff --git a/serenelinux-pylib3/DEBIAN/preinst b/serenelinux-pylib3/DEBIAN/preinst
new file mode 100755 (executable)
index 0000000..36e0e99
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+pip3 install pygtk
+pip3 install pyside
+pip3 install gettext
+pip3 install asyncio