Skip to content

Commit

Permalink
update linux-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurul-GC committed Sep 25, 2021
1 parent 918b45f commit e600e7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions linux-config/imagc.dbp
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ Description: image editor
1
#! /bin/bash -e

ln -fs "/usr/bin/share/imagc/ImaGC" "/usr/bin/ImaGC"
ln -fs "/usr/bin/share/imagc/imagc" "/usr/bin/imagc"
<</POSTINST>>
<<PRERM>>
1
#! /bin/bash -e

rm -f "/usr/bin/ImaGC"
rm -f "/usr/bin/imagc"
<</PRERM>>
<<POSTRM>>
0
Expand Down Expand Up @@ -132,9 +132,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1
Name=ImaGC
Version=1.0
Exec=/usr/share/imagc/ImaGC
Exec=/usr/share/imagc/imagc
Comment=A simple way to personalize your images.
Icon=/usr/share/imagc/img/imagc-icon.png
Icon=/usr/share/imagc/icons/favicon-192x192.png
Type=Application
Terminal=false
StartupNotify=true
Expand All @@ -144,7 +144,7 @@ Comment[PT]=Um modo simples de personalizar as suas imagens.
GenericName=ImaGC - image editor
GenericName[PT]=ImaGC - editor de imagens
Path=/usr/share/imagc/
StartupWMClass=ImaGC
StartupWMClass=imagc
<</MENU>>
<<BUILD>>
1
Expand Down

0 comments on commit e600e7f

Please sign in to comment.